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.
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?
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
is working on a reply...