0
I’m using Spring Batch.
In my Job, I have several steps, and they all read from a file. csv.
The problem is as follows, there will be times when the file . csv will not be in the available location for reading. When this happens, an error breaks and Job stops, but I would like him to simply go to the next step.
How can I do that?
Search for Skippolicy.
– Murillo Goulart