Text file reading

Hi,


I have one text file having the data in the below format

AA| 12
BB | 15
CC| 10
AA|20
...
...
...
...

in this format first value(AA) is some name and second value (12) is count . so in my requirement i want to read that text file and want to check with the first column in the first line with all other lines in the first column ,if any match is found then the count of the first column shouuld be added to the match column's count.i.e.
AA in first line value is matched with fourth line first column then count of the second column in the first line will be 32 (12 +20).

please help me out for the solution,.

Thanks.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories