CSV2RDF(1) | User Commands | CSV2RDF(1) |
csv2rdf - converts CSV to RDF
csv2rdf -b <instance-base> -p <property-base> [-c <classname>] [-i <identity column(s)>] [-l <label columns>] [-s <N>] [-o <output>] [-f configfile] [--col<N> <colspec>] [--prop<N> <property>] <[-d <delim>] [-C] [files...]
Reads csv files from stdin or given files
Long options also supported: --base, --propbase, --ident, --class, --label, --out, --defineclass
Long options --col0, --col1, ... can be used to specify conversion for columns.
Long options --prop0, --prop1, ... can be used to use specific properties, rather than ones auto-generated from the headers
-f says to read config from a .ini/config file - the file must contain one section called csv2rdf, with keys like the long options, i.e.:
This manual page was written by Olivier Berger <obergix@debian.org>, for the Debian distribution.
December 2013 | csv2rdf |