slackbuilds/office/uncsv
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README office/uncsv: Added (convert to or from CSV streams) 2020-11-22 01:14:20 +07:00
slack-desc office/uncsv: Added (convert to or from CSV streams) 2020-11-22 01:14:20 +07:00
uncsv.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
uncsv.info office/uncsv: Added (convert to or from CSV streams) 2020-11-22 01:14:20 +07:00

README

uncsv (convert to or from CSV streams)

uncsv is a filter command converting the lines of a CSV file into
non-escaped, non-quoted delimited file (pipe by default). This program
will error out if it encounters a character matching the delimiter, it
will also replace the carriage return and new-line characters found in
quoted values allowing you to use awk to play with your CSVs.

csv is the opposite of this command. It takes an unquoted stream of
values, separated by the delimiter of your choice (default: pipe '|')
and produces a "standard" CSV file.