Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

CSVw

< >

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

Source code:
git clone https://github.com/w3c/csvw
#1045on PLDB 10Years Old

Documents produced by the CSV on the Web Working Group


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" }] } }

View source

- Build the next great programming language About Acknowledgements Extensions Day 625 feedback@pldb.io