Skip to content

csvtk v0.29.0

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 27 Nov 14:35
· 22 commits to master since this release

Changelog

  • csvtk v0.29.0 Github Releases (by Release)
    • new commands:
      • fix-quotes: fix malformed CSV/TSV caused by double-quotes. #260
      • del-quotes: remove extra double-quotes added by fix-quotes.
    • csvtk del-header:
      • fix deleting headers of 2nd and later files. #257
    • csvtk concat:
      • fix panic when no data found.
    • csvtk sort:
      • support column names containing colons. #254
    • csvtk filter2:
      • update doc: add the in keyword. #195
      • fix specifying the position for the new column containing only a constant string. #252
    • csvtk plot:
      • add a new flag --tick-label-size.
    • csvtk pretty:
      • fix showing cell data containing "tabs", by replacing tabs with spaces.