We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Replacing Control Characters

danieljcroberts
7 - Meteor

Hi All,

 

I want to do something quite simple but I'm struggling. I have a long text string with SOH (Start of Heading) characters in it. I want to replace this with a '|' character. Any tips?

 

Best Regards,


Dan

1 REPLY 1
AdamR_AYX
Alteryx Alumni (Retired)

I think this formula should do the trick

 

Replace([Field1], CharFromInt(1), "|")

Adam Riley
https://www.linkedin.com/in/adriley/
Labels
Top Solution Authors