Hi All,
File1.txt
Quote:
A_20110811.txt
20110811
6
File2.txt
Quote:
H|A_20110811.txt|20110811
........................
........................
K6
Above are the two input file's:
Always I use to get three rows for File1.txt
File1.txt (fixed width) 2nd line i will get
date and 3rd record i will get a
number.
File2.txt (Pile delimeter) will contains 'n' number of records were header & footer is fixed.
I need to verify both the below feilds values are same or not?
File1.txt 2nd record
date -> File2.txt only header record 3rd column will contains the
date
File1.txt 3rd record
number -> File2.txt last record
number
Thanks in Advance