Please help, my input data is Mons3344onam + 123409955 sd124frrwww and the desired output is the numbers after "+" sign which is 123409955.
Solved! Go to Solution.
hey @SP3000.
I would use a text to columns for this, where you can split the incoming data by a space
Here we get the followiing output:
Then we can simply use a select if necessary to remove all other data columns:
Leaving us with:
I have attached the workflow!
Hope this helps!
TheOC
Thank you so much.
Thank you so much..