Hi,
Could any one hlep me out in sorting below problem using ICETOOL as I dont have more knowledge on this.
My input file looks like
12345 SI1 '8765123456'
12345 SI2 ' '
12345 SI2 ' '
23456 SI1 '9812345599'
23456 SI2 ' '
87123 SI1 '5612345590'
87123 SI2 ' '
87123 SI2 ' '
Key value here is first 5 digits
My requirement is to copy the field value after SI1 in to all respective SI2 records of same field.
My output should like
12345 SI1 '8765123456'
12345 SI2 '8765123456'
12345 SI2 '8765123456'
23456 SI1 '9812345599'
23456 SI2 '9812345599'
87123 SI1 '5612345590'
87123 SI2 '5612345590'
87123 SI2 '5612345590'
Thanks in advance,
Radhika