File Format - Customer Preference Values
Customer Preference Values File Format
The first line of a Customer Preference Values CSV file must be the header row.
A customer association instance is a group of rows in the CSV file that are sequential and include the same required fields. Note: Customer Preference Values file only support multi-row header format.
Spec
The following table shows the accepted CSV columns for the customer_preference_values entity. Note that any columns including N
denote a dynamic integer. A column specified as Field N
signifies that you can use columns Field 1
, Field 2
, …, Field N
to allow for multiple values per record of the given field, similar to an array.
CSV Header | Data Type | Group | Required | Description |
---|---|---|---|---|
Value ID | string | Yes | External identifier of the record | |
Sort Order | integer | No | Order in which options are displayed in picklist | |
Disabled | boolean | No | Whether or not the Address is disabled | |
Type ID | integer | No | ID of the Organizational Location Type of this Organizational Location (externalId resolvable) | |
Locale Presentation | string | Locale | No | Presentation of the preference value localization (URL, Hex or String) |
Locale Value | string | Locale | No | Value to appear in this key/value pair |
Locale Language Code | string | Locale | No | External ID for the language in which this value appears (read-only; populated for GETs) |
Locale Language Id | integer | Locale | No | Language ID for the language in which this value appears; use 0 if it is not localized (externalId resolvable) |
Locale N Presentation | string | Locale N | No | Presentation of the preference value localization (URL, Hex or String) |
Locale N Value | string | Locale N | No | Value to appear in this key/value pair |
Locale N Language Code | string | Locale N | No | External ID for the language in which this value appears (read-only; populated for GETs) |
Locale N Language Id | integer | Locale N | No | Language ID for the language in which this value appears; use 0 if it is not localized (externalId resolvable) |