|
|
|
|
|
by mirimir
2733 days ago
|
|
It's not that CSV is hard to parse. It's that there's no guarantee that you'll get proper CSV. For example, it may literally be "CSV", without quotes. And that's fatal if values contain commas. I've even seen CSV with values that contain ``","``! |
|
If you are including CSV functionality in something you work on, please read and follow this (tiny) spec!
[1] https://tools.ietf.org/html/rfc4180