Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

viewing special characters

jakekap10
6 - Meteoroid

is there way way to parse out data in a column that contains any special character? 

 

situation is i have lets say 6000 rows of data I am trying to see if any of those 6000 contain special characters such as &,$,%....... is there any way to do that ?? 

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @jakekap10 

 

It is possible. Here is a example.

 

Configure the Regex tool like below

atcodedog05_0-1603217851832.png

 

Output:

atcodedog05_1-1603217881367.png

 

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

atcodedog05
22 - Nova
22 - Nova

Hi @jakekap10 

 

If you are looking to remove all the special character you can use data cleanse tool to remove all characters.

https://help.alteryx.com/current/designer/data-cleansing-tool

 

By configuring to remove punctuations. 

atcodedog05_0-1603218054637.png

 

Output:

atcodedog05_1-1603218108029.png

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @jakekap10 

 

Cheers and Happy Analyzing 😀

jakekap10
6 - Meteoroid

Thank you!!

Labels