Skip to content

rdf seems to be silent about invalid JSON #14

Open
@dhhepting

Description

@dhhepting

I am using rdf from the command line as recommended:

rdf serialize --input-format tabular --output-format ttl file.csv

where file.csv is accompanied by file.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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions