-
Notifications
You must be signed in to change notification settings - Fork 4
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
rdf seems to be silent about invalid JSON #14
Comments
It should through a |
Thanks for your reply. I have made
and
Running this command
which is what I expected to receive. If I modify the
I get the following output from the serialize command:
|
I am using
rdf
from the command line as recommended:where
file.csv
is accompanied byfile.csv-metadata.json
I have been trying to reproduce the output of some examples and then create my own, but the output I got from my own attempt didn't match. After much head-scratching, I realized that my JSON wasn't valid -- I had put an extra comma before a closing brace. Once I corrected the metadata JSON, the expected output was generated.
Is there a way to detect that issue when creating RDF from the CSV?
The text was updated successfully, but these errors were encountered: