mafintosh / csv-parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
MIT License
1.41k stars 134 forks source link

Document CSV Specification #219

Open chrishappy opened 1 year ago

chrishappy commented 1 year ago

Documentation Is:

Please Explain in Detail...

csv-parser does not specify which CSV specification it follows.

Your Proposal for Changes

I suggest we document somewhere that csv-parser uses https://www.ietf.org/rfc/rfc4180.txt, according to https://github.com/mafintosh/csv-parser/issues/155#issuecomment-547439914

similarly to https://github.com/Keyang/node-csvtojson#csvtojson

image