Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
user.module
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
30 Apr 2008 at 10:33 UTC
Updated:
17 Dec 2008 at 18:41 UTC
HI All,
We need CSV import file format, to insert data into DataBase.
can u plz help me regarding this asap.
i will b thank full if u can help for this.
Comments
Comment #1
stevenpatzWhat data? user data? Look for the user_import module.
Comment #2
yogitha commentedyeah........i am using user_import module only.
but i don't have idea in which format i have to import csv file contains userdata
my requirement to insert user data into different tables in database.
ie
username to user table,
password to user table,
roles to roles table,
contactinfo to address table .
i this way i want to insert data into DB.
Can Anyone tell me in which format this csv should be
Comment #3
ainigma32 commentedJust create a CSV using ... commas aas the separator and then follow the instructions here http://drupal.org/node/137653
- Arie