You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When @base is set in the .json metadata file, you cannot use a local table.json file since csv2rdf attempts to resolve the location of the tableSchema property based on the @base value.
If we include the table definitions directly within the .csv-metadata.json file, then running the following command generates the desired output.
If instead we try to reference a local table.json file in the tableSchema property, then running the following command generates an error as csv2rdf attempts to resolve the location of the generated URL.
When
@base
is set in the.json
metadata file, you cannot use a localtable.json
file since csv2rdf attempts to resolve the location of thetableSchema
property based on the@base
value.If we include the table definitions directly within the
.csv-metadata.json
file, then running the following command generates the desired output.If instead we try to reference a local
table.json
file in thetableSchema
property, then running the following command generates an error as csv2rdf attempts to resolve the location of the generated URL.Error report
The zip file includes the csv file and the different configuration files:
age-example.zip
The text was updated successfully, but these errors were encountered: