-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
To create a package with a CSV file you have the delimiter parameter, but you don't have a field enclosure. We have a lot of CSV files like this
field1;field2;"item1,item2,item3";field3...
We get error with this files because the delimiter is set to ; and so the item1,item2 will be split also. This results in an error message that we have to much data columns than header columns...
Regards
Metadata
Metadata
Assignees
Labels
No labels