Hello, I'm trying to figure out an easy way to migrate thousands of articles from an Umbraco source to my Drupal site. I currently have to manually copy each field over, but it's such a hassle and takes loads of time. I've tried searching everywhere to find an easier way but found no solution. It would be great if someone showed me how, if possible. Thanks!

Comments

munkiepus’s picture

You could export your data into a parseable file type like csv from umbraco with a script and then import into drupal using the feeds module.

It allows you to map the old fields into fields in your new content type in drupal.

https://www.drupal.org/project/feeds