Hello - I am using UE32 9.10a
I am working with a large pipe delimited file and am using the Column>Convert to Fixed Width function.
I am having trouble with one column where a row of numbers is varying in length between the pipes. The third column should be 16 bytes long.
Is there anyway I can 'pad' it out so that zero's are inserted at the end of each string of numbers. e.g. this is what i have got at the moment
10||1234567|||blahblah
10||123456|||blahblah
10||123456789|||blahblah
This is what I want to see
10||1234567890000000|||blahblah
10||1234567890000000|||blahblah
10||1234567890000000|||blahblah
Any ideas would be great!
thanks
I am working with a large pipe delimited file and am using the Column>Convert to Fixed Width function.
I am having trouble with one column where a row of numbers is varying in length between the pipes. The third column should be 16 bytes long.
Is there anyway I can 'pad' it out so that zero's are inserted at the end of each string of numbers. e.g. this is what i have got at the moment
10||1234567|||blahblah
10||123456|||blahblah
10||123456789|||blahblah
This is what I want to see
10||1234567890000000|||blahblah
10||1234567890000000|||blahblah
10||1234567890000000|||blahblah
Any ideas would be great!
thanks