Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

csvfilter

kevin.schaul14MIT0.0.0

Command-line utility to filter CSV rows

csv

readme

CSV filter

Command-line utility to filter CSV rows. API loosely modeled after csvkit.

Very much in development.

Installation

npm install -g

Usage

csvfilter -c time -f 'return d === "true";' test.csv