Hi All,
Being a newbie in Spring Batch, I would like to know what would be the right approach in writing to a file all the records that failed during processing in ItemProcessor.
I have written the code to write to a file in the onProcessError() of ItemProcessListener. Is it a right approach?
Thanks in Advance,
Ravi.
