Skip to content

csvtk v0.26.0

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 29 Jun 15:40
· 86 commits to master since this release

Changes

  • csvtk v0.26.0 Github Releases (by Release)
    • csvtk:
      • near all commands skip empty files now. #204
      • the global flag --infile-list accepts stdin "-". #210
    • new command csvtk fix: fix CSV/TSV with different numbers of columns in rows. #226
    • csvtk pretty: rewrite to support wrapping cells. #206 #209 #228
    • csvtk cut/fmtdate/freq/grep/rename/rename2/replace/round: allow duplicated column names.
    • csvtk csv2xlsx: optionally stores numbers as float. #217
    • csvtk xlsx2csv: fix bug where xlsx2csv treats small number (padj < 1e-25) as 0. It's solved by updating the excelize package. #261
    • csvtk join: a new flag for adding filename as column name prefix. by @tetedange13 #202
    • csvtk mutate2: fix wrongly treating strings like E10 as numbers in scientific notation. #219
    • csvtk sep: fix the logic. #218
    • csvtk space2tab: fix "bufio.Scanner: token too long". #231