Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

CSVw

< >

CSVw, aka CSV on the Web, is a data validation language created in 2014 by Ivan Herman.

#1044on PLDB 10Years Old
Download source code:
git clone https://github.com/w3c/csvw
Source Code

The CSV on the Web Working Group has developed standard ways to express useful metadata about CSV files and other kinds of tabular data.


Example from the web:
{ "@context": "http://www.w3.org/ns/csvw", "url": "countries.csv", "tableSchema": { "aboutUrl": "http://example.org/country/{code}", "columns": [{ "titles": "country", "name": "code" },{ "titles": "country group" },{ "titles": "name (en)", "lang": "en" },{ "titles": "name (fr)", "lang": "fr" },{ "titles": "name (de)", "lang": "de" },{ "titles": "latitude", "datatype": "number" },{ "titles": "longitude", "datatype": "number" }] } }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0