2.0.3 • Published 7 years ago

tsv-parser v2.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Simple TSV to JSON parse. Uses the first line as headers and returns an observable

Instalation

npm install --save tsv-parser yarn add tsv-parser

Use (uses rxjs)

import { parse } from tsv-parser
parse('http://fileLocation.tsv')
.subscribe(console.log)

With Google Sheets as data source

You can easily create a data source from a google sheet. You hace to publish it and select tsv format. That action will return a url. Then you only..

import { parse } from tsv-parser
parse(googleUrl.tsv)
.subscribe(console.log)

It's in spanish but you'll get the idea... image image

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago