csvconv 0.1.0 © 2013 by Turku PET Centre
Convert CSV files from international format to UK format and vice versa.
In international format the columns are separated by ';' and ',' is used
as decimal separator; in UK format the separators are ',' and '.',
respectively.
Usage: csvconv [Options] <Command> <CSV file(s)>
Command:
UK
Convert all CSV files to UK format, if necessary INT
Convert all CSV files to international format, if necessary.
Options:
-h or --help
Print this message and exit
--version or --build
Print software build information and exit
--silent
Program works silently, printing only error and warning messages
--verbose
Program prints more information about what it is doing.
Example:
csvconv INT *.csv
See also:
dft2csv,
csv2dft
Keywords: CSV, Excel, tool, file format conversion
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under GNU General Public License.