Subcriber import format and customer tags

Here is my question !
How to change subscriber import format ?
Your format : Email,”First name”,”Last name”,”Age”
My format: “First name Last name”, Email
and here is your answer
Mailwizz requires only the Email column to exist in your CSV file and it will create the rest of the missing columns if they don’t exist as custom fields in your list, so you should be able to import your file just fine.
Keep in mind that the fact you have both, first and last name in same column, “First name Last name” has nothing to do with mailwizz, it’s just the way your data is structured and you can edit it as you wish.
But i have some questions?
I have many subcriber list with format "“First name Last name”, Email
for example csv file : http://ge.tt/5S870Dj2
for example :
tan nguyen,tannguyen8@gmail.com
tan nguyen,tannguyen9@gmail.com
tan nguyen,tannguyen10@gmail.com
tan nguyen,tannguyen11@gmail.com
tan nguyen,tannguyen12@gmail.com
tan nguyen,tannguyen13@gmail.com
tan nguyen,tannguyen14@gmail.com
tan nguyen,tannguyen15@gmail.com
tan nguyen,tannguyen16@gmail.com
tan nguyen,tannguyen17@gmail.com
And how to upload my list to mailwizz with full info . and how to make campaign with fullname tags

sorry, i noob and i'm a marketer not an engineer , so please make an detailed instructions for me
 
Last edited:
here is screenshot with my list subcriber when import to maiwizz:

a875168e254b42b48cc99e3c149b1487.png

and screenshot when i import with sendy


0655f06b0d1e4b0480154e0b124c9292.png
 
Last edited:
@tannguyentee - your file should be:
Code:
Name,Email
"tan nguyen",tannguyen8@gmail.com
"tan nguyen",tannguyen9@gmail.com
"tan nguyen",tannguyen10@gmail.com
Basically, the first row of the file is the header of the file, the columns if you will, that represent next rows ;)
 
Back
Top