Closed Krishna9331 closed 3 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.
@mdeinum This pull request will be solution to issue: Add ability to intentionally skip empty rows #26
This was incorporated in #65.
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.