spring-projects / spring-batch-extensions

Spring Batch Extensions
242 stars 258 forks source link

Spring batch excel Skip Blank Row #31

Closed Krishna9331 closed 3 years ago

Krishna9331 commented 8 years ago

Add condition to skip blank row

There is a issue with the existing code if we implement this in spring batch for below condition:

1)If Excel sheet has continuous blank row at last(row with just space or no data) 2)If Excel Sheet has Blank row in the middle(sample.xml attached)

In such case The Reader phase of Spring batch unnecessary continue looping even there is no data in the excel sheet.

Krishna9331 commented 8 years ago

@mdeinum This pull request will be solution to issue: Add ability to intentionally skip empty rows #26

mdeinum commented 3 years ago

This was incorporated in #65.