1REC2CSV(1) User Commands REC2CSV(1)
2
3
4
6 rec2csv - rec to csv converter
7
9 rec2csv [OPTIONS]... [REC_FILE]
10
12 Convert rec data into csv data.
13
14 -d, --delim=char
15 sets the deliminator (default ',')
16
17 -t, --type=TYPE
18 record set to convert to csv; if this parameter is omitted then
19 the default record set is used
20
21 -S, --sort=FIELDS
22 sort the output by the specified 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 rec2csv is maintained as a Texinfo manual.
45 If the info and rec2csv 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
54rec2csv 1.6.90 March 2014 REC2CSV(1)