ybracke / transnormer-data

Data preparation for the transnormer project (https://github.com/ybracke/transnormer)
0 stars 0 forks source link

Input to `ReplaceRawModifier` must quoted strings #47

Open ybracke opened 1 month ago

ybracke commented 1 month ago

But the loading function tries to work with quoted and unquoted strings:

https://github.com/ybracke/transnormer-data/blob/30a90b6b91b544ffaa724c04c01bce2d20792bea/src/transnormer_data/modifier/replace_raw_modifier.py#L92

Either state explicitly that strings must be quoted or fix this.

Could this help? csv.QUOTE_MINIMAL