Open ybracke opened 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
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