I'm using Spring Batch.
In my Job, I have several step's, and they all read from a .csv file.
The problem is that there will be times when the .csv file will not be in the read-only location. When that happens, an error pops up and Job stops, but I wish he would just go to the next step.
How can I do this?