Can the dev snapshot of Node Import for Drupal v6 import CSV files for a simple content type I created using CCK? It is just text and integer fields, nothing complex.... but I cannot find anything for Drupal that simply allows me to import new nodes! Tearing my hair out :)

Comments

sphopkins’s picture

I use Node Import to import thousands of records (nodes) from a CSV. Other than dates which need some extra code (search the issues) it works well.

colinjones’s picture

Thanks, I worked it out.... the module description implies that there are limitations around which node content types it will handle. But once I tried it against my own content type, it just worked!

colinjones’s picture

Status: Active » Closed (fixed)