I am reading the csv file and inserting data to database using spring batch(read,process and write).I am using \"jpaRepository.save\" in itemWriter class to save the data into t
You can implement SkipListener interface instead of using @OnWriteError annotation.