How to Import CSV/xls files to drupal? Eg: i have number of fields like name, id, address etc stored as csv/excel sheet. Now i want to retrive the content to my drupal page.

Comments

Feed Importer

Use feeds module to import the CSV stuff.

feed

i my new in drupal so please explain how to use feeds module in drupal for importing csv/excel file

Install ctools and

Install ctools and job_scheduler and feeds.

Go to admin/structure/feeds, click add importer, fill in the details. It's mostly self-explanatory, but there is some help here.

Afterwards go to yoursite/import and click your importer.

structure

sorry im new in drupal so only ask again this question. how to import csv files using feeds module in drupal 7 plz tel me step by step process. including enable feeds module

Hi Kannan, Please check it on

Hi Kannan,

Please check it on below site, if you are using profile 2 for drupal 7.
http://drupal.org/node/1285276

And please avoid duplicate questions, If you need to edit your post, then you can easily navigate in dashboard.
http://drupal.org/node/1905088
http://drupal.org/node/1905172

@rajiv.singh and @Rob230 - thank you for the quick support. Kannan has made his first comment :)

best regards,
Prabhu G

_

Please don't post duplicate threads, I've deleted the dupe. Thanks.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

It might solve your problem

I found 'Taxonomy Csv Importexport' module on http://drupalmodules.com/module/taxonomy-csv-importexport site. Check this link.

Good