Chunk ItemReader processing multiple files

129 Views Asked by At

I need to process multiple input files through chunk. Before I rebuild the wheel, is there a BeanIO ItemReader out there that can do this? Or another approach?

1

There are 1 best solutions below

0
On

I ended up creating a batchlet to process through the list of files by programmatically creating a chunk job and executing it.