Hi friends,
I have 2 text files. I need to read both the files.
And compare the date from 1st text file with the 2nd text file.
If I find and difference I need to write remark in the 2nd text file.
My test file looks like this 1st test file
MT -500
Date-231211
Benefit- ABC
Currency-Rs
My 2nd text file
MT -500
Date-230507
Benefit- Xyz
Currency-usd
-
I need to check MT if it is same them I need to go to next step else I need to stop.
-
I need to Date and if it is different I need to write how many days difference is there.
-
Need to check Benefit and write the remarks
-
Need to check if currency is same or not and write the remark
So how to go with this. Please help me