posted 6 years ago
I have File1.csv, with the columns id,name,age. File2.csv has the columns id,designation. In both the files ID refers to same value and is unique.
File1.csv
File2.csv
Spring batch should read the files simultaneously, combine the data and write to DB as below
How to read 2 files simultaneously in spring batch?