Hi everyone,
I am new to the Spring Batch and would be very grateful if somebody helped me.
We have a scenario when a scheduler calls periodically (once a day) a batch process to process one or more
flat files (uploaded before) in one go one by one. Each file has a unique name.
I played with some of the Spring Batch distribution samples and everything worked fine but
they all have a file name hard coded in the application context as an input source.
Could somebody give me a hint what I should do?
Thanks


Reply With Quote
. 