Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
Top Solution Authors