You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
it's seems the method CSVReader.readNext() uses parser.parseLineMulti(nextLine) by defaute , which means when one line in the csv file has unclosed quotes , the parsing wouldn't stop until scan to the end of the file. Can it be configurable ?
The text was updated successfully, but these errors were encountered:
Jamps-Yu
changed the title
when one line has unclosed quotes ,reader.readNext() wouldn't stop until scan to the end.
when one line has unclosed quotes ,csvReader.readNext() wouldn't stop until scan to the end.
Feb 18, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
it's seems the method CSVReader.readNext() uses parser.parseLineMulti(nextLine) by defaute , which means when one line in the csv file has unclosed quotes , the parsing wouldn't stop until scan to the end of the file. Can it be configurable ?
The text was updated successfully, but these errors were encountered: