Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Japanese, Chinese characters from Oracle are broken with Input data

Azureslake
5 - Atom

Hello!

 

I am just starting Alteryx Designer tool.

I am using ODBC to connect to Oracle database. if i get the data with 'Input data' from Oracle all Japanese and Chinese characters are displayed like '/£¿£¿£¿£¿£¿/'.

When I use PL/SQL too for this data no issue.('/ショリナシ/').

 

Tested

change dataset 'UTF-8'

change data type 'Wstring'

use ConvertToCodePage([Data], 20932)

 

But can't solve this issue.

I need your help to solve this issue.

Thank you.

4 REPLIES 4
fmvizcaino
17 - Castor
17 - Castor

Hi @Azureslake ,

 

Take a look at this tip below:

fmvizcaino_0-1584425431513.png

 

It was a comment by @CristonS in the topic: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Inputting-Data-in-Chinese-Japanese-...

 

Best,

Fernando Vizcaino

 

Azureslake
5 - Atom

Thanks! fmvizcaino!

 

I used ODBC file format. so I can't see 'Force SQL Wchar support' option.

Now i can see it.

 

Azureslake_0-1584426827282.png

 

NitinBhagat
5 - Atom

Hello, I do not see a solution here, how to read Japanese characters via odbc connection.

My problem statement is as under. 

 

Workflow results are not getting properly encoded with Japanese character’s in Server Alteryx designer. It works fine when same workflow is run in user's local Alteryx designer.

Screenshot of user’s Alteryx designer:

NitinBhagat_0-1674810377989.png

 

 

Screenshot of Server Alteryx designer:

NitinBhagat_1-1674810378059.png

 

NitinBhagat
5 - Atom

In the Advance Options, while creating the ODBC Data Source pleaset tick the highlighted option.MicrosoftTeams-image (5).png

Labels