I have a CSV file to import, where some fields are text strings, separated by comma, as field=value1,value2,value3. In the target each value should be imported to a multiple link field, where I have pre-defined values according to the csv values.
How will I have to format the csv-field to serve the array of all values to the target?
How will I have to format the csv-field to serve the array of all values to the target?
Comment