Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

when one line has unclosed quotes ,csvReader.readNext() wouldn't stop until scan to the end. #13

Open
Jamps-Yu opened this issue Feb 18, 2022 · 0 comments

Comments

@Jamps-Yu
Copy link

Jamps-Yu commented Feb 18, 2022

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 ?

@Jamps-Yu 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant