Start Free Trial

Alteryx Designer Desktop Discussions

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

Standardize Japanese text

blairplett
5 - Atom

Hello,  

 

I am trying to do analytics on Japanese data, but the data contains both full-width and half-width characters. 

 

Half Width "ア", "イ", "ウ", "エ", "オ",
Full Width"ア", "イ", "ウ", "エ", "オ",

  
What is the easiest way to convert all half-width to full-
width, and full-width to half-width?

 

Thank you! 

Blair 

2 REPLIES 2
AbhilashR
15 - Aurora
15 - Aurora

Hi @blairplett, how is the Japanese data being read into Alteryx? is it from a csv file or excel? I personally haven't seen this scenario, so not sure if I can be of help, but would certainly like to explore a solution with you.

ImadZidan
12 - Quasar

Hello @blairplett ,

 

I would explore Nippon package in R. It has two functions that converts half to full and vice versa.

If you want me to give you an example let me know. I would say explore as it may not be the way you want to go.

 

The idea would be to have an R routine with your data as an input and data frame as an output.

 

 

I hope you find this helpful.

 

Labels
Top Solution Authors