Import Drupal 5 content into Drupal 6

I need to import several thousand nodes from a Drupal 5 sql dump to the Drupal 6 website. I tried using the Node import and import / export APIs, but with very little success ... any ideas on how to do this?

Many thanks! Jane

+3
source share
1 answer

I used Views Bonus Pack on a Drupal 5 site to export nodes to a csv file.

Then I used the feed module to import csv to the Drupal 6 website.

+2
source

All Articles