Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 412 Bytes

File metadata and controls

4 lines (3 loc) · 412 Bytes

csvgrep

Read in a CSV, dump any lines that match (or don't match) the provided regex on the line (or on the specified column). Allows grepping a CSV that has multiline fields, which is not supported by raw grep.

Unrelated to the existing csvgrep that is part of the Python module csvkit