misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

setting parser to Miso.Parsers.Delimited without setting delimiter on remote fetches results in wrong datatype #117

Closed iros closed 12 years ago

iros commented 12 years ago

When not setting delimiter : "," the dataType gets set to JSON on the importer and thus the data is not properly passed through to the parser.

Thanks @jkriss for the report.