keplergl/kepler.gl

Add support to TSV (Tab-separated values) files

Open

#168 建立於 2018年7月16日

在 GitHub 查看
 (5 留言) (1 反應) (0 負責人)TypeScript (1,657 fork)batch import
frequent askgood first issue

倉庫指標

Star
 (9,718 star)
PR 合併指標
 (平均合併 19小時 29分鐘) (30 天內合併 13 個 PR)

描述

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

貢獻者指南