By xpersonas on
I would like to import a blogger site to Drupal. I've exported my blogger site to a wordpress format. Now I would like to import it. I've used wordpress_import module. However, I would like to import this xml file into my CCK fields I have set up for this blog rather than to the Story or Blog content type.
Is there any way to do this? I feel like I'm hearing negative things about the Blog module, so I figured I would use CCK and Views to make/manage these blogs.
Any thoughts?
Comments
_
if you can get it into csv format, you can import it with the http://drupal.org/project/node_import module. Another option is the http://drupal.org/project/tz and http://drupal.org/project/migrate modules.