Hi,
I am working on Spring Batch and input source is text file.
I should read each line and should be able to configure the mapping elements(String or date or Integer) to check whether the input file format is valid or not.
I have used the mappers to specify the length of each attribute, but i should know whether the field read belongs to my specific data type or not.
Thanks


Reply With Quote
roperty name="validator">
