Open AlasdairGray opened 1 year ago
The -t
flag allows us to pass a local csv file. Could a similar approach be adopted for the table.json
files?
@RickMoynihan has suggested that this would need to point to a directory in which one or more table.json
files exist.
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