Reading from multiple files using MultiResourceItemReader

In this post of Spring Batch, I will explain how to read from multiple files. We take the help of org.springframework.batch.item.file.MultiResourceItemReader, it reads from multiple file. The MultiResourceItemReader takes two arguments1) list of resources or pattern followed by the multiple source files, from which the data has to be read2) Reference to reader bean which…… Continue reading Reading from multiple files using MultiResourceItemReader