| ▲ | franciscop 3 hours ago | ||||||||||||||||
This very clearly seems like a bug either in their DMS script, or in the DMS job that they don't directly control, since CSV clearly allows for escaping commas (by just quoting them). Would love to see a bug report being submitted upstream as well as part of the "fix". | |||||||||||||||||
| ▲ | zarzavat 3 hours ago | parent [-] | ||||||||||||||||
CSV quoting is dialect dependent. Honestly you should just never use CSV for anything if you can avoid it, it's inferior to TSV (or better yet JSON/JSONL) and has a tendency to appear like it's working but actually be hiding bugs like this one. | |||||||||||||||||
| |||||||||||||||||