Hello,
I am doing a POC for one of my project with Spring batch. I am using flatFileItemReader to read the file and ceated my Custom Item Processor and ItemWriter. I have a requriement where I need to persist the resource file name with its full absoulte path in the database. I could not find any way to read the reader or its any of the attribute in ItemProcessor and/or ItemWriter.
Please, help.
Thanks in Advance.


Reply With Quote
