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.