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

Have csv2rdf.source/get-json read file URIs directly instead of attempting an http request #43

Merged
merged 2 commits into from
May 25, 2020

Conversation

Robsteranium
Copy link
Contributor

You can demonstrate this with e.g.

  java -jar target/csv2rdf-0.4.5-SNAPSHOT-standalone.jar \
    -u w3c-csvw/tests/test034/csv-metadata.json \
    -m annotated -o output.ttl

…pting an http request

You can demonstrate this with e.g.

  java -jar target/csv2rdf-0.4.5-SNAPSHOT-standalone.jar \
    -u w3c-csvw/tests/test034/csv-metadata.json \
    -m annotated -o output.ttl
Issue #44 - Add read-uri-json multimethod which dispatches on the URI
scheme. Add implementions for HTTP(S) and file schemes and raise an
error in the default implementation. Delegate to this method within
the URI implementation of JSONSource.
@lkitching lkitching merged commit 2e60187 into master May 25, 2020
@lkitching lkitching deleted the get-json-from-local-file branch May 25, 2020 11:20
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

Successfully merging this pull request may close these issues.

2 participants