I have an .xls file with a long list of emails that I would like to import into OpenEMM. When I convert the file to .csv it comes up in the following format:
Code: Select all
gender,email,mailtype
Unknown,a@b.c,html
Unknown,a@b.c,html
Unknown,a@b.c,html
Code: Select all
1;"Unknown";"a@b.c";"HTML"
2;"Unknown";"a@b.c";"HTML"
3;"Unknown";"a@b.c";"HTML"
When I click on the disk symbol beside the above error I get the following:
Code: Select all
1;"Unknown";"a@b.c";"HTML"
2;"Unknown";"a@b.c";"HTML";Error, Text missing!gender
3;"Unknown";"a@b.c";"HTML";Error, Text missing!gender
I am pretty sure that I am doing something simple wrong here. If anyone would be able to help it would be greatly appreciated.