How can I import data for a field with multiple checkbox values?

CRM, Knowledge base on February 13th, 2010 No Comments

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 your Email Marketer. When you have 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”,
“jim@example.com”,”Jim”,”B”,
“jane@example.com”,”Jane”,”A,B,C”

Tags: , ,

No Responses to “How can I import data for a field with multiple checkbox values?”

Leave a Reply