Open
Description
Attempting to import a csv where some of the values have commas fails. The error occurs during reading of the csv.
Tried to escape the values by padding the text with double quotes, but then an error occurs during processing the payload due to how the values are interpolated into the json payload template.
Also tried changing the column delimiter but this is statically defined within the importer's codebase to be ,
. Also doing this would require us to inform users of how to format the csv when filling their template.