keplergl/kepler.gl

Add support to TSV (Tab-separated values) files

Open

#168 aperta il 16 lug 2018

Vedi su GitHub
 (5 commenti) (1 reazione) (0 assegnatari)TypeScript (1657 fork)batch import
frequent askgood first issue

Metriche repository

Star
 (9718 star)
Metriche merge PR
 (Merge medio 19h 29m) (13 PR mergiate in 30 g)

Descrizione

It would be good add support to .tsv files, due to is a very clean format, and it avoid the problem we have when text data inside the file contains commas, for example:

image

To fix that, I use the method tsvParseRows from d3-dsv library that actually you use.

This is the result of the implementation, I stay tuned to send the PR. xefalz09qj

Guida contributor