|
|
|
|
|
by j16sdiz
104 days ago
|
|
Most CSV dialects have no problem having double quoted commas. The "dialect dependent" part is usually about escaping double quotes, new lines and line continuations. Not a portable format, but it is not too bad (for this use) either considering the country list is mostly static |
|
[1]: https://datatracker.ietf.org/doc/html/rfc4180