slack-desc 1.1 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. uncsv: uncsv (convert to or from CSV streams)
  9. uncsv:
  10. uncsv: uncsv is a filter command converting the lines of a CSV file into
  11. uncsv: non-escaped, non-quoted delimited file (pipe by default). This program
  12. uncsv: will error out if it encounters a character matching the delimiter, it
  13. uncsv: will also replace the carriage return and new-line characters found in
  14. uncsv: quoted values allowing you to use awk to play with your CSVs.
  15. uncsv:
  16. uncsv: csv is the opposite of this command. It takes an unquoted stream of
  17. uncsv: values, separated by the delimiter of your choice (default: pipe '|')
  18. uncsv: and produces a "standard" CSV file.