Hi All,
I need help in trying to split a single records into multiple records with key.
For example, I have this record P12345AAAABBBBCCCCDDDD, it is a fixed length record.
I would want it to be split into
P12345AAAA1
P12345BBBB2
P12345CCCC3
P12345DDDD4
where A = 1, B = 2, C= 3 and D= 4.
Can this be done using sort or icetool?
Thanks in advance.