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
fmbenhassine
changed the title
Add strict(boolean strict) method in DelimitedBuilder [BATCH-2798]
Missing setter for strict field in DelimitedBuilder
Sep 14, 2023
tobecat opened BATCH-2798 and commented
In static class DelimitedBuilder (FlatFileItemReaderBuilder Class), there is no method to set strict to DelimitedLineTokenizer. It is always true.
Please Add method for set strict flag.
public DelimitedBuilder <T> strict(boolean strict) {
this.strict = strict;
return this;
}
No further details from BATCH-2798
The text was updated successfully, but these errors were encountered: