Is there a way in Spring Batch in which i can get the list of all skipped records once the step has executed.

Say i have five records and two were skipped because of some formatting issues.

It would be easy if i have to send an email notification with the list of records that were skipped.