1.0.2 • Published 4 years ago

@calirvine/csvfilter v1.0.2

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

Simple csv filter

Intro

My colleagues needed to filter some big csv where the terms they were looking for could be in completely different columns, so this little tool is for them to use to solve this problem.

This tool was made for my specific needs, and doesn't include many tests. It's super simple though, so as long as you run it over the correct file type everything should be fine. Use at your own risk.

Use

Global

Global install for easiest use.

npm i -g @calirvine/csvfilter

You can now use on the command line

csvfilter SEARCH_TERM INPUT_FILE OUTPUT_FILE

All terms are case sensitive.