Closed
Description
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