Creating a batch program without using a springbatch.
The goal is to read all files in a specific path and write them in db
I’m going to run it on a chunk-by-chunk basis, and I’m going to run it again from the failed chunk,
Can I use that feature when I use CSVmapper?
Or is it only possible to apply it in batches?
I’m asking because I couldn’t find an article about the chunk using csvmapper