Results 1 to 2 of 2

Thread: List of Skipped Records at the end of Step Execution

  1. #1
    Join Date
    Jul 2009
    Posts
    27

    Default List of Skipped Records at the end of Step Execution

    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.

  2. #2
    Join Date
    Feb 2008
    Posts
    488

    Default

    Try a SkipListener.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •