There is a newer version of the record available.

Published January 15, 2017 | Version v0.4.5

shenwei356/csvtk: csvtk v0.4.5

Authors/Creators

  • 1. Third Military Medical University

Description

  • csvtk join: support the 2nd or later files with entries with same ID: e.g.:

    $ cat 1.csv name,attr foo,cool bar,handsome bob,beutiful $ cat 2.csv name,major bar,bioinformatics bob,microbiology bob,computer science $ cat 3.csv id,name,hobby 1,bar,baseball 2,bob,basketball 3,foo,football 4,wei,programming $ csvtk join 1.csv 2.csv | csvtk pretty name attr major bar handsome bioinformatics bob beutiful microbiology bob beutiful computer science $ csvtk join 1.csv 2.csv 3.csv -f name -k | csvtk pretty name attr major id hobby foo cool 3 football bar handsome bioinformatics 1 baseball bob beutiful microbiology 2 basketball bob beutiful computer science 2 basketball $ csvtk join 3.csv 1.csv 2.csv -f name -k | csvtk pretty id name hobby attr major 1 bar baseball handsome bioinformatics 2 bob basketball beutiful computer science 2 bob basketball beutiful computer science 3 foo football cool 4 wei programming

Files

shenwei356/csvtk-v0.4.5.zip

Files (1.5 MB)

Name Size Download all
md5:c2623c5badca03dc91cf3e35371ecf73
1.5 MB Preview Download

Additional details

Related works