If you've created a custom field that uses multiple checkbox values, you may find that you are unsure of what format you need to import data for this field to be properly recognized by Pinpointe.


When using a checkbox field, use commas as separators between all true (checked) values. As an example, for a checkbox field called Test with the unique values A, B, and C, you would want to use an import file similar to the following: 

Email Address, Name, Test,
"bob@example.com","Bob","A,C",
"Tim@example.com","Tim","B",
"mary@example.com","Mary","A,B,C"