Swirrl / csv2rdf

Clojure library and command line application for converting CSV to RDF. An implementation of the W3C CSVW specifications
Eclipse Public License 1.0
26 stars 6 forks source link

Add optional argument of table schema source #348

Open stevorobs3 opened 11 months ago

stevorobs3 commented 11 months ago

This change adds an optional command line argument (-s) to specify a directory containing any table schemas. This allows the definition of the table schema to be pulled into external local files for convenience.

Closes #256