We need to export such data for keeping a record of such data, maybe in CSV format or excel sheet so that clients can do whatever they want with it.
Recently, we had a request from Client, that they want o export all the games (which are nodes in Umbraco) so that they can send it to any other department within their company.
I'm not aware of any packages that will export data in a CSV (or other easy to read) format. Most of the ways of extracting stuff is to put it back into Umbraco, such as creating a package or using courier.
I think you've got two options, both of which will take a little bit of time. Firstly, write a REST API, or alternatively see what you can get directly out of the SQL database.
Export data from from Umbraco
Hi Guys,
Are there any recent / realistic option how we can export such data from Umbraco, such as pages content, etc..?
Thank you in advance
Hi Simon,
What do you want to do with the information once you've exported it? This will have a significant impact on any method suggested for the export.
Regards,
Tim
We need to export such data for keeping a record of such data, maybe in CSV format or excel sheet so that clients can do whatever they want with it.
Recently, we had a request from Client, that they want o export all the games (which are nodes in Umbraco) so that they can send it to any other department within their company.
I'm not aware of any packages that will export data in a CSV (or other easy to read) format. Most of the ways of extracting stuff is to put it back into Umbraco, such as creating a package or using courier.
I think you've got two options, both of which will take a little bit of time. Firstly, write a REST API, or alternatively see what you can get directly out of the SQL database.
Regards,
Tim
is working on a reply...