Importing from CSV
Posted: Tue Apr 05, 2016 10:41 pm
Hi - I have made a CVS file to import users so I can test out some of the features. When I try to import it, I get a warning:
I am using a csv file created with LibreOffice and exported as csv. Here is the start of the csv file:
I have tried using fixed width fields, and various quoting combinations for the fields, but still no luck. I've added the file as an attachment.
I have not added the file - csv and txt files are not allowed.
Cheers,
Don
Code: Select all
Only import from CSV files is currently supported.
Code: Select all
user_name,email,first_name,last_name,password
username01,username01@noaddress.com,fname01,surname01,password01
username02,child,fname02,surname02,password02
username03,child,fname03,surname03,password03
username04,username04@noaddress.com,fname04,surname04,password04
username05,child,fname05,surname05,password05
username06,username06@noaddress.com,fname06,surname06,password06
username07,child,fname07,surname07,password07
username08,child,fname08,surname08,password08
username09,child,fname09,surname09,password09
username10,username10@noaddress.com,fname10,surname10,password10
username11,child,fname11,surname11,password11
I have not added the file - csv and txt files are not allowed.

Cheers,
Don