tsvtojson

1.0.1 • Public • Published

tsvtojson

tsv <=> json

Build Status npm contributions welcome

Installation

npm install --save tsvtojson

Example

const tsvtojson = require('tsvtojson');
tsvtojson('./file/path.ext',['header1','header2','header3'])
    .then(data=>{
        console.log(data);
    })
    .catch(err=>{
        console.log(err);
    })

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i tsvtojson

Weekly Downloads

300

Version

1.0.1

License

MIT

Last publish

Collaborators

  • aungmyokyaw