Skip to content

jehiah/csvfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvfilter

Build Status GitHub release

csvfilter provides an easy way to extract specific CSV columns in a unix pipeline

To extract just the 0th and 2nd CSV column (skipping the 1st column) you could run this:

cat data.csv | csvfilter -c 0,2

About

A simple tool to filter for specific csv columns

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages