Skip to content
New issue

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

Not compatible with latest JSON Table Schema #5

Open
Hypercubed opened this issue Aug 9, 2016 · 2 comments
Open

Not compatible with latest JSON Table Schema #5

Hypercubed opened this issue Aug 9, 2016 · 2 comments

Comments

@Hypercubed
Copy link

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"
          },
@Hypercubed
Copy link
Author

Just noticed frictionlessdata/datapackage#260.

@rufuspollock
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants