alberthaff / ngx-papaparse

Papa Parse wrapper for Angular
https://alberthaff.dk/projects/ngx-papaparse/docs/v8
MIT License
90 stars 19 forks source link

Incorrect parsing for data cells separated by comma and double quotes with space in between #14

Closed samir-joglekar closed 6 years ago

samir-joglekar commented 6 years ago

sample.zip The attached file contains characters like this:

, "

The parser incorrectly parses and creates more data cells than headers.

alberthaff commented 6 years ago

Hi.

This is most likely an issue within Papa Parse itself, since this library is just a wrapper. All CSV-reading is done by Papa Parse.

Please create an issue here: https://github.com/mholt/PapaParse/issues

samir-joglekar commented 6 years ago

Thanks for the clarification.