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