Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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