gdp
gdp copied to clipboard
Not compatible with latest JSON Table Schema
Am I correct that "year" field in the data package is not compatible with the latest JSON Table Schema?
The current value is:
{
"name": "Year",
"type": "date",
"format": "yyyy"
},
should be:
{
"name": "Year",
"type": "date",
"format": "fmt:%y"
},
or:
{
"name": "Year",
"type": "date",
"format": "any"
},
Just noticed https://github.com/frictionlessdata/specs/issues/260.
@Hypercubed you are correct and we should modify this though as you note there is a likely upcoming minor change to how we handle this.