Is there a way to do this with CSV file.
I have multiple steps to execute on which each step is inserting data into the DB.
My scenario is if my 3rd step fails then step1 and step2 should also get failed or inserted data should get roll backed.
In my current design step1 and step2 successfully inserted data into DB even though my 3rd steps failed.