Next: , Up: csv2rec


26.1 csv2rec Invocation

csv2rec converts CSV data into rec data. Synopsis:

     csv2rec [option]... [csv_file]

In addition of the common options described earlier (see Common Options) the program accepts the following options.

-t type
--type=type
Type of the converted records. If no type is specified then no type is used.
-s
--strict
Be strict parsing the csv file.
-e
--omit-empty
Omit empty fields.