evanplaice / jquery-csv

A jQuery CSV parser plugin. Battle Tested | Optimized | 100% IETF RFC 4180 Complete
MIT License
764 stars 439 forks source link

toObjects corrupts the passed options object #74

Closed billev closed 6 years ago

billev commented 7 years ago

Callling toObjects multiple times with the same options object doesn't work, because the toObjects method changes the passed object (start and end fields).

evanplaice commented 7 years ago

Try the latest 0.8.3. A recent bugfix was applied to fix the toObjects parser