DS_USER_JOIN_ATTRIBUTES.csv

The DS_USER_JOIN_ATTRIBUTES.csv file contains information necessary to associate user with user attributes:

DS_USER_JOIN_ATTRIBUTES.csv file columns

Column Name

Maximum Character Length

Comments

USER_EXTERNAL_KEY

250

Specifies the user to be targeted for custom attribute association (by external key).

ATTRIBUTE_EXTERNAL_KEY

250

Specifies the custom attribute to be associated with the user (by external key) in the format Category|Value (e.g., a category of Sex and a value of Male should be Sex|Male in the CSV file.

When adding multiple attributes, each value must be on its own line in the file; for example:

USER_EXTERNAL_KEY,ATTRIBUTE_EXTERNAL_KEY
jsmith,skills|Reading
jsmith,skills|Writing
jsmith,skills|Arithmetic