By jpewert on
Hi,
I have set up a new content type with CCK with several fields. Now I want to fill up the Drupal Database with data I currently have in an excel spreadsheet, that is every excel row should become a node of the new content type with the individual columns representing the different fields. What is the best way to do this in Drupal 6?
Thanks, Jan
Comments
Node Import module
The module that does what you want is Node Import. http://drupal.org/project/node_import
There is a Drupal 6 port that has been put up, and it's available at this page:
http://drupal.org/node/207738
It still has some issues (might even give you a nasty warning!) but it worked great for me, and saved me countless hours entering data by hand.