Skip to content

csvtk v0.6.0

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 05 Mar 05:55
· 420 commits to master since this release
  • csvtk grep: large performance improvement by discarding goroutine (multiple threads),
    and keeping output in order of input.
  • Better column name checking and **stricter field checking,
    fields out of range are not ignored now.
    Affected commands include cut, filter, freq, grep, inter, mutate,
    rename, rename2, replace, stat2, and uniq.
  • New command: csvtk filter2, filtering rows by artithmetic/string expressions like awk.