Hi SME,
In the attachment, I have a dataset where column C (Value) has a bunch of string with embedded digits. All my rows have embedded digits at the end except rows 155 and 156 where the numbers are embedded in between the pipes ("|").
This is the RegEx that I used to peel the number at the end: (\d+$). How can I modify this so that any rows such 3 or 4 would pick up 1.000000 in the RegEx output and for rows 155/156, would yield the numbers embedded in between the pipes (196266 and 1.000000, respectively)? I've fixed the problem using the Formula tool right after the RegEx too. I would like to see if it's possible to avert the Formula tool in this case with the right RegEx script.
Thanks,
kwl