Published March 11, 2017
| Version v0.7.0
Software
Open
shenwei356/csvtk: csvtk v0.7.0
Description
- fig bug of "stricter field checking" in v0.6.0 and v0.6.1 when using flag
-F/--fuzzy-fields csvtk prettyandcsvtk csv2md: add attention that these commands treat the first row as header line and require them to be unique.csvtk statrenamed tocsvtk stats, old name is still available as an alias.csvtk stat2renamed tocsvtk stats2, old name is still available as an alias.#13 seamlessly support for data with meta line of separator declaration used by MS Excel, e.g.,
$ cat names_with_meta.csv sep=, id,first_name,last_name,username 11,"Rob","Pike",rob 2,Ken,Thompson,ken ... $ cat names_with_meta.csv | csvtk filter2 -f '$id > 2' sep=, id,first_name,last_name,username 11,Rob,Pike,rob 4,Robert,Griesemer,gri
Files
shenwei356/csvtk-v0.7.0.zip
Files
(1.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9f573f1849933f51c88cce620ea520b5
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/shenwei356/csvtk/tree/v0.7.0 (URL)