secretGeek / AwesomeCSV

🕶️A curated list of awesome tools for dealing with CSV.
Creative Commons Zero v1.0 Universal
714 stars 58 forks source link

Consider: OKF frictionless tabular data package (under standards perhaps) #24

Open secretGeek opened 2 years ago

secretGeek commented 2 years ago

From https://en.wikipedia.org/wiki/Comma-separated_values#OKF_frictionless_tabular_data_package

OKF frictionless tabular data package In 2011 Open Knowledge Foundation (OKF) and various partners created a data protocols working group, which later evolved into the Frictionless Data initiative. One of the main formats they released was the Tabular Data Package. Tabular Data package was heavily based on CSV, using it as the main data transport format and adding basic type and schema metadata (CSV lacks any type information to distinguish the string "1" from the number 1).[16]

The Frictionless Data Initiative has also provided a standard CSV Dialect Description Format for describing different dialects of CSV, for example specifying the field separator or quoting rules.[17]