1CSV2REC(1) User Commands CSV2REC(1)
2
3
4
6 csv2rec - csv to rec converter
7
9 csv2rec [OPTIONS]... [CSV_FILE]
10
12 Convert csv data into rec data.
13
14 -t, --type=TYPE
15 type name for the converted records; if this parameter is
16 ommited then no type is used.
17
18 -s, --strict
19 be strict parsing the csv file.
20
21 -e, --omit-empty
22 omit empty fields.
23
24 --help print a help message and exit.
25
26 --version
27 show version and exit.
28
30 Written by Jose E. Marchesi.
31
33 Report bugs to: bug-recutils@gnu.org
34 GNU recutils home page: <http://www.gnu.org/software/recutils/>
35 General help using GNU software: <http://www.gnu.org/gethelp/>
36
38 Copyright © 2010, 2011, 2012, 2013, 2014 Jose E. Marchesi. License
39 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
40 This is free software: you are free to change and redistribute it.
41 There is NO WARRANTY, to the extent permitted by law.
42
44 The full documentation for csv2rec is maintained as a Texinfo manual.
45 If the info and csv2rec programs are properly installed at your site,
46 the command
47
48 info recutils
49
50 should give you access to the complete manual.
51
52
53
54csv2rec 1.7 July 2020 CSV2REC(1)