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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: