Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: gega/csvcut

v1.4

14 May 03:04

Choose a tag to compare

new feature to combine selected fields in two way:

-r 1,253
outputs the first field and a second field which will be the concatenated values of 2nd, 5th and 3rd fields in this order

-r 1,2^5^3
outputs the first field and the longest value from fields 2, 5 or 3

v1.3

17 Apr 06:03

Choose a tag to compare

  • 'q' flag for removing quotes even if required
  • 'r' option to reorder the output, repeat fields and add new columns
  • bugfixes

v1.2

10 Apr 22:26

Choose a tag to compare

  • range off by one bug fixed
  • whitespaces removed from JSON and XML outputs
  • extra arguments added for processing commands
  • test numbering cleaned up
  • test stdout output supported with output filename "-"

v1.1

29 Mar 03:42

Choose a tag to compare

  • error handling added for callout commands
  • test suite options reordered to make it work with musl libc getopt

initial release

27 Mar 19:01

Choose a tag to compare

Initial release of csvcut utility.