Skip to content

csvtk v0.28.0

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 22 Sep 02:20
· 62 commits to master since this release

Changes

  • csvtk v0.28.0 Github Releases (by Release)
    • csvtk:
      • add the shortcut -X for the flag --infile-list. #249
    • csvtk pretty:
      • support field ranges for -m/--align-center and -r/--align-right. #244
    • csvtk spread:
      • support values sharing the same keys. #248
    • csvtk join:
      • a new flag -P/--prefix-duplicates: add filenames as colname prefixes only for duplicated colnames. #246
    • csvtk mutate2:
      • fix changing the order of the header row, the code was accidentally missing during code refactoring in v0.27.0. #252
    • csvtk xlsx2csv:
      • fix open /tmp/excelize-: no such file or directory error for big .xlsx files. #251
    • csvtk comb:
      • fix the empty result bug for alphabet sizes greater than 64.