Spring Batch to Compare two files and find a matching records
问题 Is there anyway we can compare two different files based on any specific column and get the values from one file using Spring Batch. For example: File 1 Content: FirstName, LastName, Age File 2 Content: FirstName, LastName, Business My requirement is something like based on FirstName and LastName i need to get the Business field. Basically i will iterate File 1 and search in File 2 to check for matching record. Currently what i am doing is Index the File 2 using Apache Lucene and iterate the