keplergl/kepler.gl
Ver no GitHubAdd support to TSV (Tab-separated values) files
Open
#168 aberto em 16 de jul. de 2018
frequent askgood first issue
Métricas do repositório
- Stars
- (9.718 stars)
- Métricas de merge de PR
- (Mesclagem média 19h 29m) (13 fundiu PRs em 30d)
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:

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.
