Is it possible to use Data Shuttle to import multiple values into a multi-select cell. If so, how do I format my csv to properly do so?
Example CSV:
"Last Name","First Name",Email,"Job Title","Faculty Type"
Doe,John,"abc123@name.com",Professor,"1,2"
The target multi-select column has the following values (and is restricted to those values only):
1
2
3
I can't figure out how to get 1 and 2 selected after running Data Shuttle. I currently get an error:
Add rows to target sheet: "The value \"com.navigo.smartsheet.rest.helper.sheet.cell.model.MultiPicklist@44b6caf1\" could not be saved in column \"Faculty Type\". This column is restricted to MULTI_PICKLIST values only."