Drupal: imports thousands of rows from a mysql database. Easy?

I need to import large databases into Drupal CCK nodes.

Let's say I have 1 million rows to import. Each row is a Drupal node, and each field is a CCK field. (this is the mapping that I mean).

Is this something risky, or do you think I can easily import data into my new Drupal installation?

Could you offer me tools or modules for import? (the source database is Mysql .. I have to do some intermediate step, for example, export the database files to text files .. or ..?)

thank

+3
source share
1 answer
+3

Source: https://habr.com/ru/post/1752522/


All Articles