I want to use Node import to migrate an existing site to a different site. First it says I have to have a csv of the original site. How do I get a csv file of the current site which is blogs, tags, taxonomy?

Thanks.

Comments

sapark’s picture

You could export your database to a csv file, look up export mysql to csv, or whatever db you're using.

webdev2’s picture

Yes I can do that easily. However, I am moving/migrating it to a different profile and importing my csv database dump will overwrite all of the profile settings.

I just want to migrate/move my blog (and polls).

Thanks.

sapark’s picture

There's http://drupal.org/project/taxonomy_csv for taxonomy from csv import. There's this I wrote to import nodes http://drupal.org/node/552676#comment-1952220, assigns tags and author to the nodes. For the polls never done those. Hope that helps.

webdev2’s picture

thanks!