Hi all,
I have a field say Field1, having data 'ABC1ABC2XYZ RST3' in the input Text file. I need to put this data as,
Field2
ABC1
ABC2
XYZ
RST3
in the target table. i.e I need to break the data into parts of constant length 4, and put that as rows.
How can we do this in Informatica?
I have a field say Field1, having data 'ABC1ABC2XYZ RST3' in the input Text file. I need to put this data as,
Field2
ABC1
ABC2
XYZ
RST3
in the target table. i.e I need to break the data into parts of constant length 4, and put that as rows.
How can we do this in Informatica?