Hello again Alteryx Community
Wanted to see if there was a way to insert a space before the numbers 28 or 29 in the below data set?
Given that there is already a space in the string I would need to find the numbers 28 or 29 to the right of the first space.
So the first example would look like 001201001 AGLXY 2800
The second example would look like 00130H105 AES 2800
Thank you
@Mike_at_CG I think the following requirement will trip up the expressions offered so far:
'Given that there is already a space in the string I would need to find the numbers 28 or 29 to the right of the first space'
I went down a bit of a string function rabbit hole but this adds in a check for the first space in the original record and splits after that - small handful of examples included.