Need help with a csv file format to import my users

multiser latino Posted in Component Development 4 years ago

can someone help me with a format sample of a csv file to import my users please

Replies
German Michael Zülsdorff Replied 4 years ago

Most likely you have made the brackets [] part of your CSV file?!? That's wrong!

Your file has to have the same format as the file 'example.csv' which is part of the component.

Indonesian Arsalan Shah Replied 4 years ago

Perhaps you can create dummy data in CSV and try to see if it works? if it didn't work send us same file.

Looks like the CSV format you are using is invalid means CSV is created not in correct way. So please read my above and provide necessary.

Also make sure you followed at least 3rd step in blue box (information) mentioned on https://www.opensource-socialnetwork.org/component/view/1977/csv-user-import

us Multiser latino Replied 4 years ago

Here is how I made my csv file:

[username,email,first_name,last_name,gender,birthdate]

[JessJ,[email protected],jess,jason,f,19/03/1993]
us Multiser latino Replied 4 years ago

I tried just the same format is there and still have this error message can you or someone help me fixing a file just with one member and I wil do the rest please.

error message:

×Invalid CSV file structure and/or mandantory entries missing

Indonesian Arsalan Shah Replied 4 years ago

At bottom of this website , bottom right you'll see a search , search for CSV and you'll find the answer.