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 was 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 ?