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
- Put any file with the extension 'csv', 'xls' or 'xlsx' into the 'files' directory.
- 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