aboutsummaryrefslogtreecommitdiff
path: root/office/uncsv/slack-desc
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-11-20 15:22:12 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-22 01:14:20 +0700
commitafb285cb6084f7b03c7b724d8550995764ef231b (patch)
treef70bf9bfc08e7549be5c24651755b9335482b017 /office/uncsv/slack-desc
parenta062342b4329f5fa2a100b04bce36a9aeae398be (diff)
office/uncsv: Added (convert to or from CSV streams)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/uncsv/slack-desc')
-rw-r--r--office/uncsv/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/office/uncsv/slack-desc b/office/uncsv/slack-desc
new file mode 100644
index 000000000000..f53a93d44b02
--- /dev/null
+++ b/office/uncsv/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+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.