-
Notifications
You must be signed in to change notification settings - Fork 118
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
Clarify DataPackage File Info Section #30
Comments
Alternatively, perhaps the ID/Name should be specified within each JSON Table Schema? |
@trestletech good questions.
|
Great. If we can get my pull request merged, I'd be happy to create another one to clarify the docs on this. |
@trestletech you may actually also want to look at http://www.dataprotocols.org/en/latest/simple-data-format.html which builds on data packages and json table schema adding additional requirements and restrictions. To be clear:
|
* Updated the spec * Updated the profile * Updated letter case * Updated json formatting * Updated the example * Fixed profile * Added `non-empty array` * Improved wording
I'm unclear on the
File Info
Section on the Data Package documentation. Specifically:files
were a hash, each file element could be named explicitly in a pretty natural way. Currently, it's listed as an array.schema
key be used only if the file were in the JSON Table Schema, while thedialect
key would be used for CSVs? Or should they both always be supplied?I'm working on the ability to retrieve data files from a specified Data Package JSON file in the R client and need to figure these two things out in order to proceed.
The text was updated successfully, but these errors were encountered: