DevProgress / csv-simple-search

Generic Search and Export Tool for .csv files
Apache License 2.0
6 stars 3 forks source link

Fix Strange Papaparse Error? #30

Closed decause closed 8 years ago

decause commented 8 years ago

Object { type: "FieldMismatch", code: "TooFewFields", message: "Too few fields: expected 8 fields b…", row: 4 }

screenshot from 2016-08-09 22-32-06

decause commented 8 years ago

I thought that perhaps this was related to not using quotechars in our .csv dialect, but I was incorrect. Other ideas?

Cait commented 8 years ago

Is there an extra line at the end of the file? I had that problem with the first sample file -- papaparse was trying to read the last empty line as a single "" field.