Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

CSVw

CSVw - Data validation language

< >

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

#1208on PLDB 9Years Old 305Users
0Books 0Papers

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" }] } }
tuple-space.html 路 csvw.html 路 ink-lang.html

View source

- Build the next great programming language Search Day 215 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com