-
-
Notifications
You must be signed in to change notification settings - Fork 15
Filter out single and double quotes from CSV #66
Copy link
Copy link
Open
Description
Sometimes, it is unavoidable that CSV files contain single or double quotes for string values.
Pantable seems to include them in the resulting tables, which does not look very nice:
prefix, city_or_region, comments, Status
'030', 'Berlin', 'My comment', True
'069', 'Frankfurt', , False
'089', 'Munich', 'Another comment', True
It would be nice to be able to tell Pantable to remove single and double quotes from field values.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
