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.
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:
It would be nice to be able to tell Pantable to remove single and double quotes from field values.