Guidelines for importing a .csv File in Email
How to format the CSV file to ensure a smooth import
- Email address is a unique identifier. An email address can only occur once in the database.
- The first row must be a header row, containing column names, such as "First Name", "Last Name", "Email Address."
- The field separator must be a comma or semicolon (, or ;).
- If there are fields that contain one of those separators, they must be wrapped by quotes (e.g. “val1,val2”).
- Use UTF-8 encoding
Comments
0 comments
Article is closed for comments.