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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Don't Show Turkish Character

Hi,
How can I use Turkish characters in my Job?

Labels (1)
1 Solution

Accepted Solutions
GorkemErdem
Contributor
Contributor

Hello,

When you create Job, Turkish characters look as "?" .

To solve this problem, you should change some charset settings:
1.tDBInputs and tDBOutputs' Additional JDBC Parameters be "CLIENT_CHARSET=ISO8859_9" in Advanced settings at Component,

2.If you use tFileOutputExcel_1, Encoding be UTF-8 in Advanced settings at Component,

3.If you use tSendMail_1, Encoding be UTF-8 in Advanced settings at Component.


Best Regards.


tDBInput.PNG
tDBOutput.PNG
tFileOutputExcel.PNG
tSendMail.PNG

View solution in original post

1 Reply
GorkemErdem
Contributor
Contributor

Hello,

When you create Job, Turkish characters look as "?" .

To solve this problem, you should change some charset settings:
1.tDBInputs and tDBOutputs' Additional JDBC Parameters be "CLIENT_CHARSET=ISO8859_9" in Advanced settings at Component,

2.If you use tFileOutputExcel_1, Encoding be UTF-8 in Advanced settings at Component,

3.If you use tSendMail_1, Encoding be UTF-8 in Advanced settings at Component.


Best Regards.


tDBInput.PNG
tDBOutput.PNG
tFileOutputExcel.PNG
tSendMail.PNG