Skip to content

Commit

Permalink
CSV: add zsv
Browse files Browse the repository at this point in the history
Closes #107.
  • Loading branch information
dbohdan committed Jul 18, 2023
1 parent e375f9c commit 7acd698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ CSV, TSV, and other delimiter-separated value formats. Tools belong on this list
* [tv](https://github.com/codechenx/tv) **** View delimited files in the terminal.
* [VisiData](https://github.com/saulpw/visidata) **** Explore interactively data in TSV, CSV, XLS, XLSX, HDF5, JSON, and [other formats](http://visidata.org/man/#loaders). [Introduction](https://jsvine.github.io/intro-to-visidata/).
* [xsv](https://github.com/BurntSushi/xsv) **** Index, slice, analyze, split, and join CSV files.
* [zsv](https://github.com/liquidaty/zsv) **** Slice, combine, reformat, flatten/unflatten CSV (TSV, DSV) files. Query them with SQL and jq filters. Convert between them, JSON, and SQLite 3. Also a C library.

### SQL-based tools

Expand Down

0 comments on commit 7acd698

Please sign in to comment.