keplergl/kepler.gl

Add support to TSV (Tab-separated values) files

Open

#168 geöffnet am 16. Juli 2018

Auf GitHub ansehen
 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)TypeScript (1.657 Forks)batch import
frequent askgood first issue

Repository-Metriken

Stars
 (9.718 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 19h 29m) (13 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide