Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Simon 692 posts 1068 karma points
    Oct 25, 2017 @ 09:25
    Simon
    0

    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

  • Tim Watts 90 posts 395 karma points
    Oct 25, 2017 @ 10:27
    Tim Watts
    0

    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

  • Simon 692 posts 1068 karma points
    Oct 25, 2017 @ 10:36
    Simon
    0

    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.

  • Tim Watts 90 posts 395 karma points
    Oct 25, 2017 @ 11:08
    Tim Watts
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies