Skip to content

Data parser for table-oriented files (csv, xls, xlsx)

Notifications You must be signed in to change notification settings

sahariko/table-filter

Repository files navigation

Data Table Filter

Filter data from a table-oriented file (csv, xls, xlsx) by a specified column.

Module Version

Installation

$ npm install @cocopina/table-parser

Usage

const filter = require('@cocopina/table-filter')
filter('path/to/file.csv', 1)
	.then((result) => {
		// Do something
	})

CLI Version

Installation

$ npm install -g @cocopina/table-parser

Usage

$ table-filter <source>

Options

--help Show help

--version Show version number

--column, -c The column to filter by.

--output, -o An output file. Default output is console.

About

Data parser for table-oriented files (csv, xls, xlsx)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published