rritz
Member
Hi,
I am trying to import a list in csv format, but I always get the same error: Cannot find the "email" column in your file!
This is what I tried:
1. Leave file as is
Email,"First name","Last name"
xxxxx@gmail.com,Dexxk,Haxxey
yyyy@gmail.com,yyyyl,yyyyy
zzz@att.net,Azzzz,Azzz
2. Separate the columns
Email First name Last name
xxxxx@gmail.com Dexxk Haxxey
yyyyy@gmail.com yyyyyl yyyyy
zzzzz@att.net Azzzzz Azzzzz
For header I tried: EMAIL, Email, email, "email", "Email", "EMAIL"
same for First and last name
same result always
I finally even tried exporting a list from MW and reimporting it again as output by the export. Same error again
I am now at my wits end. What am I doing wrong? Can anyone help me?
Or is there a way to import email, first and last name using a txt file?
Or is there a way to write the info into an sql file?
I appreciate all the help you can give. Thank you
I am trying to import a list in csv format, but I always get the same error: Cannot find the "email" column in your file!
This is what I tried:
1. Leave file as is
Email,"First name","Last name"
xxxxx@gmail.com,Dexxk,Haxxey
yyyy@gmail.com,yyyyl,yyyyy
zzz@att.net,Azzzz,Azzz
2. Separate the columns
Email First name Last name
xxxxx@gmail.com Dexxk Haxxey
yyyyy@gmail.com yyyyyl yyyyy
zzzzz@att.net Azzzzz Azzzzz
For header I tried: EMAIL, Email, email, "email", "Email", "EMAIL"
same for First and last name
same result always
I finally even tried exporting a list from MW and reimporting it again as output by the export. Same error again
I am now at my wits end. What am I doing wrong? Can anyone help me?
Or is there a way to import email, first and last name using a txt file?
Or is there a way to write the info into an sql file?
I appreciate all the help you can give. Thank you