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".
I really don't understand why people think it's a good idea to use csv. In english settings, the comma can be used as 1000-delimiter in large numbers, e.g. 1,000,000 for on million, in German, the comma is used as decimal place, e.g. 1,50€ for 1 euro and 50 cents. And of course, commas can be used free text fields. Given all that, it is just logical to use tsv instead!
Considering the scope, this could be more easily resolved by just stripping ", Republic of" from that specific string (assuming "Moldova" on its own is sufficient).
I was expecting a Markdown-related .md issue. :)
I personaly would shy away from binary formats whenever possible. For my column based files i use TSV or the pipe char as delimiter. even excel allowes this files if you include a "del=|" as first line
"Sanitize at the boundary"<p>Ah, but what _is_ the boundary, asks Transnistria?
The majority of countries official names are in this format. We just use the short forms. "Republic of ..." is the most common formal country name: <a href="https://en.wikipedia.org/wiki/List_of_sovereign_states" rel="nofollow">https://en.wikipedia.org/wiki/List_of_sovereign_states</a>
Did you really name your breakaway republic Sealand'); DROP TABLE Countries;--?
just use TSV instead of CSV by default
Huge skill issue. Nothing to see here.