Hi

Need: have some data in Excel, Customer Info, and I have made a Customer module that defines a new content type.

I want to populate my Customer content by importing this Excel data.

Question: Is there (or recommend) an Import module whereby I can load raw data into Drupal and be applied into nodes of a content type I had defined.

I looked over the Import modules, and I am a little confused as to which is best for my needs. They all seem meant to import/export between Drupal sites.

Thanks

Jeff in Seattle

Comments

ashishn.cms’s picture

Hi,
For Import nodes you may use node_import module for directly import csv data into nodes or You may use user_import module for import csv data & use node_profile module for create node for every user.

Regards
Ashish

verta’s picture

I noticed that http://drupal.org/project/node_import is close, but not quite what I was looking for.

What I'm looking for is something that will create a content type based on a CSV so that it's ready to go into the Migrate module. Just something to relieve the tedium and errors inherent in creating it by hand.