There is a newer version of the record available.

Published April 21, 2020 | Version v0.20.0
Software Open

shenwei356/csvtk: csvtk v0.20.0

  • 1. @nanoporetech
  • 2. @KrakenSystems
  • 3. University of California, Davis

Description

Changes
  • csvtk v0.20.0
    • new command csvtk comb: compute combinations of items at every row.
    • new command csvtk sep: separate column into multiple columns. #96
    • csvtk:
      • list lines' number of illegal (-I) and empty (-E) rows. #97
      • new flag --infile-list for giving file of input files list (one file per line), if given, they are appended to files from cli arguments
    • csvtk join:
      • reenable flag -i/--ignore-case. #99
      • outer join is supported. #23
      • new flag -L/--left-join: left join, equals to -k/--keep-unmatched, exclusive with --outer-join
      • new flag -O/--outer-join: outer join, exclusive with --left-join
      • rename flag --fill to --na.
    • csvtk filter2: fix bug when column names start with digits, e.g., 1000g2015aug. Thank @VorontsovIE (#44)
    • csvtk concat: allow one input file. #98
    • csvtk mutate: new flag -R/--remove for removing input column.

Tips

  • run csvtk version to check update !!!
  • run csvtk genautocomplete to update Bash completion !!!
OS Arch File, 中国镜像 Download Count Linux 32-bit csvtk_linux_386.tar.gz,<br/> 中国镜像 Linux 64-bit csvtk_linux_amd64.tar.gz,<br/> 中国镜像 OS X 32-bit csvtk_darwin_386.tar.gz,<br/> 中国镜像 OS X 64-bit csvtk_darwin_amd64.tar.gz,<br/> 中国镜像 Windows 32-bit csvtk_windows_386.exe.tar.gz,<br/> 中国镜像 Windows 64-bit csvtk_windows_amd64.exe.tar.gz,<br/> 中国镜像

Files

shenwei356/csvtk-v0.20.0.zip

Files (1.7 MB)

Name Size Download all
md5:f4cb971cfb73fc06637b04c853fea43c
1.7 MB Preview Download

Additional details

Related works