Hi,
I'm trying to fix a field for names. Currently its displayed as: 635;#John Do and I need it formatted as 'John Do'. There are multiple names and they all appear to have a '#' right before the actual name.
When I used RegEx \W it removed all white space and make it 'JohnDo'.
What is another method I could use?
Thanks
Solved! Go to Solution.
Hey @BigDataGeek, this is what I used. See if it works for you, too.
REGEX_Replace([Field1], "(.*\#)(.*)", "$2")
Hi, I'm having problems getting that to work, likely due to an understanding of how to insert it into my workflow.
I added a formula then entered that into the expression, but the output was exactly as the input.
I'm on version 10.6 and unable to open the workflow.
Could you explain or screenshot how you added it to your workflow so I can double check I'm doing this right?
Oh, I see. Try adding the expression I posted previously in a normal Formula tool.
This worked with the formula function. Thanks for your help!
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |