Releases
v0.30.0
Compare
Sorry, something went wrong.
No results found
Changes
csvtk v0.30.0
csvtk:
grouping subcommands in help message.
add a new global flag --quiet. #261
add a new global flag -U, --delete-header for disable outputing the header row. Supported commands: concat, csv2tab/tab2csv, csv2xlsx/xlsx2csv, cut, filter, filter2, freq, fold/unfold, gather, fmtdate, grep, head, join, mutate, mutate2, replace, round, sample. #258
support more commands with -Z/--show-row-number: head.
csvtk dim:
fix duplicated rows for multiple input files, this bug was introduced in v0.27.0.
csvtk concat:
fix panic when no data found. #259
csvtk spread:
fix flag checking of -k and -v.
csvtk sort:
fix ordering when given multiple custom levels.
csvtk filter/filter2:
fix printing row number with -Z.
csvtk xls2csv:
csvtk pretty:
change the default value of -n/--buf-rows from 128 to 1024, and 0 for loading all data.
csvtk join:
new flag -s/--suffix for adding suffixes to colnames from each file. #263
You can’t perform that action at this time.