-
Notifications
You must be signed in to change notification settings - Fork 38
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
Open datapackage.json #284
Comments
This is potentially a very important feature if the CKAN Packager extension does not generate a datapackage.zip. The datapackage.json generated may reference the data, schema and csv dialect by URL. The open function will need to deal with this. If only a datapackage.json is provided, then the README.md will not provided in the download. |
Related to #3 |
@louisjasek to confirm this is not overlap with CKAN work and if so propose another issue for this sprint. |
This remains in scope. @Stephen-Gates - some of these are invalid according to spec (see fields where the sub-key is empty "" ) Test data
|
@mattRedBox clarified the acceptance tests I hope. Not sure how much you're able to respect all the |
@Stephen-Gates
It seems there are more use cases here, but I'm not entirely sure about these ones: Have I gone too far with these use cases? -> 4 and 5 I'm not so sure about, but just need clarification. |
@mattRedBox
thinking about 4.... |
Hi @Stephen-Gates |
@mattRedBox for 4. the .zip file is not in the mix at all... You open a datapackage.json locally You open a datapackage.json at a URL You open a datapackage.json at a URL |
Yes data and data package properties are now local |
This is the part of the spec that refers to file locations https://frictionlessdata.io/specs/data-resource/#path-data-in-files
|
I guess you've discovered an edge case. What If a Perhaps the user is only interested in editing
Only way to reference data at another URL will be via Does that make sense @mattRedBox |
If you can’t get it all done these priorities may help
|
Hi @Stephen-Gates
|
Hi @Stephen-Gates
|
@Stephen-Gates
|
@mattredbox. In a training course until 2pm. We be hard to reply |
… column properties. add headers to data.
Need to check licenses and sources in table/package |
Interim menu decision
|
Hi @Stephen-Gates |
…always receives string. Handle extra zipped folder in reading csvs from data package json.
Implemented all but json from file. |
Closing will add new issues for bugs found in v0.15.0 |
I haven't had a chance to test this yet - will do Mon/Tues next week |
Just had a look at this, all seems to be ok as previously reported, however I have a couple of questions/observations:
|
Hi @louisjasek
|
…gainst URL syntax, no resource and invalid datapackage.json.
… column properties. add headers to data.
…always receives string. Handle extra zipped folder in reading csvs from data package json.
Desired Behaviour
Open a data package .zip or .json from a url or file
Acceptance test
The text was updated successfully, but these errors were encountered: