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,
