CSV is the data Kalashnikov: not pretty, but many wars have been fought with it and kids can use it.
Friedrich Lindenberg - @pudo
From "What is a CSV? A case study of CSVs on data.gov.uk" by Ulrich Atz
From "What is a CSV? A case study of CSVs on data.gov.uk" by Ulrich Atz
{
"fields": [
{
"name": "id",
"constraints": { "required": true }
},
{
"name": "price",
"constraints": { "required": true, "minLength": 1 }
},
{
"name": "postcode",
"constraints": {
"required": true,
"pattern": "[A-Z]{1,2}[0-9][0-9A-Z]? ?[0-9][A-Z]{2}"
}
}
]
}
JSON Table Schema