kevinseim/beanio

Ignore property by regex

Opened this issue · 0 comments

In beanio we have a property regex that we can add for field validation, which causes to throw an Exception if is not valid...

We could add a new property, for example, regexIgnore or something like that in order to avoid the exception and read only the lines that respect the predicate of the regex.