Hi
I am new to spring batch and would like to know if there is any support/recommendation for cross item validation during item read in spring batch. ItemReader only has visibility to the current item. Where should this kind of validation be implemented?
Thanks
