Copied to clipboard

Flag this post as spam?

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


  • Salman 10 posts 30 karma points
    May 31, 2012 @ 16:41
    Salman
    0

    Migrating content to umbraco from a custom cms

    I am working with a custom written CMS application that we want to migrate over to Umbraco.

     

    Currently the content and labels (localized) are stored in xml files like:

    <nodes>

      <node name="HomepageTitle">HomePage title here</node>

      <node name="welcomeText">Welcome to blah blah blah...</node>

    </nodes>

     

    Now there are dozens of these xml files (1 file per page or sometimes section).

    How would I go about migrating over to umbraco? Any tips?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 01, 2012 @ 08:40
    Richard Soeteman
    0

    Hi,

    Have you already checked out CMSImport. You can use it for free up to 500 records. This tool allows you to import xml files. It would be best if you can bundle all your xml files to a single file and import that file. I'm the author of CMSImport so if you have any questions please let me know.

    Best,

    Richard 

Please Sign in or register to post replies

Write your reply to:

Draft