csvfilter
v0.0.0
Published
Command-line utility to filter CSV rows
Readme
CSV filter
Command-line utility to filter CSV rows. API loosely modeled after csvkit.
Very much in development.
Installation
npm install -gUsage
csvfilter -c time -f 'return d === "true";' test.csv