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
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.