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

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i tsvtojson

    Weekly Downloads

    312

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • aungmyokyaw