Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aegilops/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.
https://github.com/aegilops/csvgrep

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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`](https://csvkit-cypreess.readthedocs.io/en/latest/tutorial/examining_the_data.html#searching-for-rows-with-csvgrep) that is part of the Python module `csvkit`