Contact Import provides the flexibility of importing data from several file types. The data contained within the file can be separated by various delimiters, the most common being comma or tab.
Use quotation marks to contain the data between delimiters if you have special characters within your data which may be mistaken as a delimiter.
For example:
"Email":"FirstName":"Appointment Time"
"john@domain.com":"John":"11:30 am"
The following file types and delimiters are supported.
Data Format Option | File Type | Delimiter Character |
Comma-separated values | CSV | , |
Tab delimited | TXT | \t |
Pipe delimited | TXT | | |
Caret delimited | TXT | ^ |
Colon delimited | TXT | : |
Semi-colon delimited | TXT | ; |