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

CSV Parser adds together columns with the same name #130

Closed alexgraul closed 12 years ago

alexgraul commented 12 years ago

ie something like

one,two,three,three
1  ,4  ,9    ,9
1  ,4  ,9    ,3
iros commented 12 years ago

Will throw an error in this case.