writing file
Hi All,
I want to write a mapping method from one file to another. So far I have writtent a code to read a file and get records in String
strRecord [1]=00017578442P1060054J7994630106518W6E999350975147 65& 00001
Q 06910U$U$U$00001
Q 06924000-6000- 00001
Q 0693RTRAN41832900014RTRAD42510400001
Q
This is my record now I wan to create another record by reading byte from above string and mapping with this file, can any suggest good way to do this, I have to map around 30-40 bytes.

