Hello,
I'm trying to save data record into different DB tables based on file name. There may be way to do this? Any suggest.
I would really appreciate it if someone could tell me one approach to achieve this.
Thanks!
Hello,
I'm trying to save data record into different DB tables based on file name. There may be way to do this? Any suggest.
I would really appreciate it if someone could tell me one approach to achieve this.
Thanks!
Have a look at ClassifierCompositeItemWriter. You will also have to implement a Classifier that will be used in conjunction with ClassifierCompositeItemWriter
http://static.springsource.org/sprin...temWriter.html
Hi, rishishehrawat
Thanks for your replies
I will try your solution
Thanks!