0.0.1 • Published 6 years ago

@cocopina/table-filter v0.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Data Table Decoder

This is a data parser for table-oriented files (csv, xls, xlsx). Used for getting the data from a single column in the data-table, and outputting it to a .txt file.

Installation

$ npm install

Usage

  1. Put any file with the extension 'csv', 'xls' or 'xlsx' into the 'files' directory.
  2. Open the terminal (for Mac users) or command line (for Windows users), and run node parser

CLI

--col #column number# Mandatory, choosing column number

--decode Optional, for decoding from base64