Substring by specific length in ADF
anonymous_mind
6
Reputation points
Hi Im new to ADF expression. I would like to ask on how to write expressions properly.
I have a text file as delimited text for dataset with a value "0126 PersonA0230 PersonB".
this is the format I would like to accomplish as column in ADF.
No ->01 - 2 char
Age ->26 - 2 char
Name -><space>PersonA - 8 char including space.
So the output should be like this.
Is there a way on how to have an output like the image above?
Sign in to answer