User Tools

Site Tools


csvgrep_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
csvgrep_notes [2021/07/20 21:29] rajucsvgrep_notes [2021/07/20 21:32] raju
Line 1: Line 1:
 +==== sample commands ====
 +<code>
 +csvgrep -c col1 -m "val1" file.csv | \
 +csvgrep -c col2 -r "val2|val3" | \
 +csvcut -c col1,col2,col3 | \
 +column -t -s,
 +</code>
 +
 ==== useful links ==== ==== useful links ====
   * https://csvkit.readthedocs.io/en/1.0.6/scripts/csvgrep.html   * https://csvkit.readthedocs.io/en/1.0.6/scripts/csvgrep.html
csvgrep_notes.txt · Last modified: 2021/07/20 21:37 by raju