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

Disabled the lenient mode #463

Closed amusarra closed 2 years ago

amusarra commented 3 years ago

Leaving Lenient true, the risk is that the validation of the dates does not work. For example: if you set a dd/MM/yyyy format and the input data is 12/31/2021, no exception would be thrown with the aggravating circumstance of having acquired an incorrect data.

amusarra commented 3 years ago

Hi @jbax ! What do you think of this contribution?