nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Write a document describing de-facto CSV standard #22

Open deni-zen opened 8 years ago

deni-zen commented 8 years ago

Although CSV technically has an "official" standard (RFC4180), CSV, as a format out in the wild, can fluctuate wildly. To make matters worse, it has no method of defining metadata to specify a file's particular "flavor" of CSV. I have several ideas to help overcome some or all of these shortcomings (ie: schemas, flavors, auto-detect or "taster" class, etc.).

deni-zen commented 8 years ago

Check out Schema.org. I'm not sure if it's relevant or not but it's interesting none-the-less.

deni-zen commented 8 years ago

Resources and Recommended Reading

nozavroni commented 7 years ago

Check out RFC 7111 - issue #22 outlines it