main
parent
9238b1816d
commit
a10152ff67
|
@ -17,6 +17,7 @@ It will allow you to do stuff like:
|
||||||
- look at some stats: `csvcut -c languages,size,formats books.csv | csvstat`
|
- look at some stats: `csvcut -c languages,size,formats books.csv | csvstat`
|
||||||
- find the largest pdfs in the collection: `csvcut -c title_sort,formats,size books.csv | csvgrep -c formats -m pdf | csvsort -c size -r | head`
|
- find the largest pdfs in the collection: `csvcut -c title_sort,formats,size books.csv | csvgrep -c formats -m pdf | csvsort -c size -r | head`
|
||||||
- `csvjson books.csv | jq | whatever`
|
- `csvjson books.csv | jq | whatever`
|
||||||
|
- show the most recently added books: `csvcut -c 13,1,3 books.csv | csvsort -c timestamp -r | head -n 20`
|
||||||
- You can also perform actual SQL queries on it, and convert the data between csv and sqlite database: <https://csvkit.readthedocs.io/en/latest/tutorial/3_power_tools.html>
|
- You can also perform actual SQL queries on it, and convert the data between csv and sqlite database: <https://csvkit.readthedocs.io/en/latest/tutorial/3_power_tools.html>
|
||||||
|
|
||||||
## RSS feed
|
## RSS feed
|
||||||
|
|
Loading…
Reference in New Issue