We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

UTF-8 Encoding while pulling data from Oracle DB using OCI connection string

singh28ashish
7 - Meteor

Hi All,

 

While fetching data to Alteryx from oracle DB. I want to convert data convert in UTF-8 encoding. I tried also ConvertFromCodepage but it didn't work. Please help here. Below is sample data.

 

Col A which I fetched from oracle DB due to conversion issue its converted in ? col b is output and ? converted to –

 

Col ACol b
10kW Rack 48u (AR2587 APC 48u 800mm wide 1200 deep) ? 2 No 3phase 32A supplies at LHC10kW Rack 48u (AR2587 APC 48u 800mm wide 1200 deep) – 2 No 3phase 32A supplies at LHC

 

Thanks,

Ashish

3 REPLIES 3
cjaneczko
13 - Pulsar

Do you have the following box checked in your OCI connection manager?

 

image.png

singh28ashish
7 - Meteor

@cjaneczko : No I am directly using connection string like below attached screenshot as well

 

oci:SVC_IHUBTIBS/@@@$123@10.152.03.55:1521/SVWSIT1Z

 

Thanks

 

 

 

cjaneczko
13 - Pulsar

In the input tool for your database connection enable that checkbox. If you've created the connection via the Database Connections you can do it on that screen. If you dont have the DCM setup then you can do it via the Input tool configuration in the below area. This should preserve the character formatting and not change it to another character on import.

 

image.png

Labels
Top Solution Authors