Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV Parse Error: Error: unclosed_quote. #372

Open
webdevlamp opened this issue Apr 1, 2020 · 1 comment
Open

CSV Parse Error: Error: unclosed_quote. #372

webdevlamp opened this issue Apr 1, 2020 · 1 comment

Comments

@webdevlamp
Copy link

While trying to handle large CSV file I face "CSV Parse Error: Error: unclosed_quote." error after certain records being processed successfully. Is there a solution already available with this package or is there a workaround to handle this error? or is there a way to skip such CSV rows having any sort of errors not only this one, to let the entire CSV to JSON parsing work without the processing getting stuck?

@jvore
Copy link

jvore commented Mar 31, 2023

I also get this error intermittently with 100,000+ row csv files. It will return the 'unclosed_quote' error randomly. Then I re-run the script on the same file it just errored on and it finishes parsing successfully. I would love if anyone can recommend or has any idea why something like this is happening where it's erroring sometimes and other times not with the same CSV file.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants