This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Export item

hassane - Wednesday, August 24, 2016 7:04 AM:

Hello,
I want to make a backup of an item. No way to get information item, and save it to a CSV file in a folder for example? (In C #)
Thank you



edonahue - Monday, September 12, 2016 11:10 AM:

Hi Hassane,

The easiest way to backup an item to CSV is to select the item and use the "Export to Excel" button. If you need to capture different data or in a specific format, you could also create a custom C# Action Method to query the necessary data and save it to a CSV file.