keplergl/kepler.gl

Add support to TSV (Tab-separated values) files

Open

#168 opened on Jul 16, 2018

View on GitHub
 (5 comments) (1 reaction) (0 assignees)TypeScript (9,718 stars) (1,657 forks)batch import
frequent askgood first issue

Description

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