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

Miso.Parsers.Delimited Bug #154

Closed probablykabari closed 12 years ago

probablykabari commented 12 years ago

In some cases, the default parser doubles the amount of data it parses. I haven't quite cracked it so this issue is a bit vague.

iros commented 12 years ago

Can you replicate in a jsFiddle? Thanks.

probablykabari commented 12 years ago

I'll try and replicate it. The dataset I was using is private, otherwise I'd put it out there as an example. It parses fine in both Ruby and using the d3 javascript parser.