hi,
I need to import a big databases into Drupal CCK nodes.
Let's say I have 1 million of lines to import. Each line is a Drupal node, and each field is a CCK field. (this is the mapping I have in mind).
Is this something risky to do, or do you think I can easily import the data in my new Drupal installation ?
Could you suggest me tools or modules for the import ? (the original database is Mysql.. should I perform some intermediate step such as export the database files to text files.. or.. ? )
thanks