-
Oct 3rd, 2012, 04:14 PM
#1
How to implements search in second file inside ItemProcessor - Best solutions
In one of my Spring Batch processes, I have a file for input and then, in the ItemProcessor, for each record, I have to search a value in a second file. What is the best solution to achive this? Both files could have thousand of records and I wouldn't like to put the data of the second file in a "for" loop.
Thanks,
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules