Please wait...

Correct CSV file format for import

When importing subscribers into mailwizz, you can do it from text files, csv files or external sql database.

If you decide to do it from csv files, your csv file has to contain proper header columns and one of the column must be named email. If you don’t have the email column, the application will not import your file.

Here’s how a proper file should look like:

Email,"First name","Last name","Age"
a@domain.com,John,Doe,25
b@domain.com,Jane,Doe,22
c@domain.com,Joe,Doe,12
d@domain.com,Jen,Doe,15

The first row of the file is considered the file header. If your email list doesn’t contain custom fields for each header column, those custom fields will be created automatically.