Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sradovan
Contributor
Contributor

Convert Data in Oracle with French Character

I have issue where I am trying to migrate data from one oracle database into another oracle database using the Talend. Both databases have NLS_CHARACTERSET=AL32UTF8

Source table has name with French character. Talend is not converting it correctly when I use Studio.

I tried the following:

  • Updated Studio ini file with line

-Dfile.encoding=utf8

  • Try to add parameter in Job run - advance parameter

-Dfile.encoding=UTF-8

Columns in both source and target table is defined as column varchar2

I use tDBInput (Oracle) and tDBOutput (Oracle) components.

What do I need in order to convert this first name properly from one database table to another.

TIA

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

You may need to add an additional jdbc paramater: "noDatetimeStringSync=true&characterEncoding=utf8".

Best regards

Sabrina