You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Lenninlasd
changed the title
Add support to TSV files
Add support to TSV (Tab-separated values) files [Ready to PR]
Aug 2, 2018
Lenninlasd
changed the title
Add support to TSV (Tab-separated values) files [Ready to PR]
Add support to TSV (Tab-separated values) files
Dec 19, 2018
Hello, @Lenninlasd! I can't upload data without tsv separator, so I need your version. I am new to Kepler.gl and I don't know how to run it. Could you help me please? Thank you very much!
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
fromd3-dsv
library that actually you use.This is the result of the implementation, I stay tuned to send the PR.
The text was updated successfully, but these errors were encountered: