We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" },
The text was updated successfully, but these errors were encountered:
Just noticed frictionlessdata/datapackage#260.
Sorry, something went wrong.
@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.
No branches or pull requests
Am I correct that "year" field in the data package is not compatible with the latest JSON Table Schema?
The current value is:
should be:
or:
The text was updated successfully, but these errors were encountered: