i am just thinking of changing my sites to drupal but i am used to importing my stock with a csv file is there a sample anywhere that i can download to follow

thanks if there is any help

Comments

wusel’s picture

You can use Feeds (http://drupal.org/project/feeds), to import your data.

If your data is more complex, then look at module Migrate (http://drupal.org/project/migrate). Here you have to build the code for the import of your data.

Have a look at the Resources on that pages ("Read documentation").

Good luck!

Wusel

amit.drupal’s picture

Drupal 7 use feed module for importing csv file.
create any content type and mapping all field in csv file .
http://drupal.org/project/feeds