-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for multipart tabular resources #33
Comments
@OriHoch So if we have:
we could get all table rows: resource = Resource('resource.json')
resource.headers()
# header1, header2
resource.read()
# value1, value2
# value3, value4 |
roll
changed the title
Do we support multipart resources?
Support for chunked tabular resources?
Dec 25, 2017
I've updated the title/description. Re-opening because I'm not sure I had a clearly formulated question at first place. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
roll
changed the title
Support for chunked tabular resources?
Support for multipart tabular resources
Oct 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Specs-v1 has introduced concept of multipart resources:
So if we have:
we could get all table rows:
The text was updated successfully, but these errors were encountered: