You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: