Alteryx Designer Desktop Discussions

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

Parsing a string containing Japanese characters

jakemancer
7 - Meteor

Hi all,

 

I have a number of records which contain both English (standard A-Z, 0-9) as well as Japanese characters. Is there any way to parse these strings, removing the Japanese characters and keeping just the English alphanumeric characters?

 

Many thanks

3 REPLIES 3
BenMoss
ACE Emeritus
ACE Emeritus

Can you please provide an example string with your desired result.

 

Ben

LordNeilLord
15 - Aurora

Hey @jakemancer

 

You can use RegEx replace to remove any characters that aren't Alpha Numeric...you can also get it to maintain whitespace, full stops, commas etc...

 

ParseAlphas.PNG@LordNeilLord

Part time Tableau, Part Time Alteryx. Full Time Awesome


Data Lover

 

jakemancer
7 - Meteor

Legend

 

Cheers @LordNeilLord!

Labels