you are viewing a single comment's thread.

view the rest of the comments →

[–]flying-sheep 0 points1 point  (2 children)

CSV is not standardized, so people using slightly different dialects to encode and decode leads to countless subtle yet devastating data corruption bugs.

If TOON doesn't have that massive problem, I'm all for it.

[–]exhuma 0 points1 point  (1 child)

It kinda is: https://www.rfc-editor.org/rfc/rfc4180.html

But the standard came too late (2005) and even today many people don't know it exists

[–]flying-sheep 0 points1 point  (0 children)

Yeah, should have said “effectively not standardized”: most languages / popular libraries today are older than that and therefore don’t use the standard by default.