kevinseim/beanio

CsvReader

Opened this issue · 0 comments

A bug when handling a csv line ending with the last field having a missing quotation mark.
The bug can be fixed by, CsvReader.java line 279, adding recover(text);
https://github.com/kevinseim/beanio/blob/master/src/org/beanio/stream/csv/CsvReader.java