uniVocity / univocity-parsers

uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
905 stars 249 forks source link

Last field blank causing parsing error #507

Closed lavanya051992 closed 2 years ago

lavanya051992 commented 2 years ago

I have a fixed width file and I parse the file using bean processor. If the last field is blank I get a parsing error in spite of trying the below settings SetIgnoreTrailingWhiteSpaces(false) SetTrimValues(false) Settings.getFormat().getPadding(somecharacterThatDoesntOccurInFile). Please help