By webdev2 on
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.
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
You could export your
You could export your database to a csv file, look up export mysql to csv, or whatever db you're using.
Yes I can do that easily.
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.
There's
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.
thanks!
thanks!