Copied to clipboard

Flag this post as spam?

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


  • Raghav 34 posts 103 karma points
    Nov 20, 2016 @ 18:25
    Raghav
    0

    Bulk Export /Import from Excel/CSV

    Hi,

    I am looking for a tool (if possible free version) to export content and import it back . For instance we are looking at bulk exporting all SEO related data such as title meta tags and then it gets updated in excel and we import it back. I saw csv import stuff but not sure how to first export it and then use that tool. Any suggestion for alternative will be very helpful

    Regards Raghav

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Nov 20, 2016 @ 20:08
    Dennis Aaen
    0

    Hi Raghav,

    Perhaps you can use the package called CMSImport to solve your case https://our.umbraco.org/projects/developer-tools/cmsimport/

    You can see how it works here. http://soetemansoftware.nl/cmsimport/videos

    Hope this helps,

    /Dennis

  • Steve Morgan 1350 posts 4460 karma points c-trib
    Nov 21, 2016 @ 08:59
    Steve Morgan
    0

    Hi,

    As Dennis says CMS Import is the easy way to go. It's also pretty trivial to bake something custom using the ContentService - https://our.umbraco.org/documentation/reference/management/services/contentservice

    You can create a simple macro that creates a CSV file (which you can open in Excel) and then edit and then write another one which reads a source file looping through "getting" the node, updating the properties and then Save (and optionally publishing).

    It's not hard to do - a combination of the link above and a simple c# csv read write example will give you what you need.

    HTH Steve

  • 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