Results 1 to 2 of 2

Thread: Regarding Comaprison of two flat files

  1. #1

    Default 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?

  2. #2
    Join Date
    Dec 2005
    Location
    Lyon, France
    Posts
    311

    Default

    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
  •