rufuspollock-okfn / dataexplorer

View, visualize, clean and process data in the browser.
http://explorer.okfnlabs.org
148 stars 47 forks source link

Support TSV files #102

Closed djw closed 11 years ago

djw commented 11 years ago

I think we should support this, but it doesn't currently work. When I paste data from Excel it arrives as TSV, which makes this important once #77 is fixed.

The problem is that you can't enter the tab character into the delimiter field, therefore I propose we change that field to a select box, containing: space, tab, comma, semicolon. (anything else?)

rufuspollock commented 11 years ago

Agreed. TSV is important and dropdown approach seems reasonable and a better UI.