Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aegilops/csvgrep
- Owner: aegilops
- License: mit
- Created: 2024-09-04T16:46:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T16:31:28.000Z (2 months ago)
- Last Synced: 2024-09-14T07:24:53.149Z (2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`