Hi All,
I face a peculiar issue with the data from one of our partners.
They are sending the data in the following format (each line is one record):
A12345
A1234586
A1
B2843
A2395
A98
A12392
B986
B97352
...
...
The first character is an identifier. Now my requirement is to extract the data for all identifiers which occurs last in the file.
In the above example I should be extracting only A98 and B97352.
I am totally lost as to how to go about this.
Could someone provide some pointers.
Thanks
I face a peculiar issue with the data from one of our partners.
They are sending the data in the following format (each line is one record):
A12345
A1234586
A1
B2843
A2395
A98
A12392
B986
B97352
...
...
The first character is an identifier. Now my requirement is to extract the data for all identifiers which occurs last in the file.
In the above example I should be extracting only A98 and B97352.
I am totally lost as to how to go about this.
Could someone provide some pointers.
Thanks