PACKAGE NAME:  uncsv-0.9.1-x86_64-1salix15.0.txz
PACKAGE LOCATION:  ./salix/office
PACKAGE SIZE (compressed):  9 K
PACKAGE SIZE (uncompressed):  36 K
PACKAGE REQUIRED:  
PACKAGE CONFLICTS:  
PACKAGE SUGGESTS:  
PACKAGE DESCRIPTION:
uncsv: uncsv (convert to or from CSV streams)
uncsv:
uncsv: uncsv is a filter command converting the lines of a CSV file into
uncsv: non-escaped, non-quoted delimited file (pipe by default). This program
uncsv: will error out if it encounters a character matching the delimiter, it
uncsv: will also replace the carriage return and new-line characters found in
uncsv: quoted values allowing you to use awk to play with your CSVs.
uncsv:
uncsv: csv is the opposite of this command. It takes an unquoted stream of
uncsv: values, separated by the delimiter of your choice (default: pipe '|')
uncsv: and produces a "standard" CSV file.