-
Sep 27th, 2011, 05:08 AM
#1
Regarding Comaprison of two flat files
I have got two flat files. I am reading them and have to compare both of them for specific record. IF that record is matching I have to read a new file and write to database.
How can I achieve this comarison using spring batch?
-
Sep 28th, 2011, 03:21 AM
#2
I'm not sure Spring Batch would be really helpful to compare the two files. You could implement a custom tasklet for this processing to be in a Spring Batch job. For the second step (read file, insert into database), Spring Batch should do the job easily.
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