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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

encoding pb

Hello everyone,

 

i created a job Talend who reads xml files , do transformations and then load a non-sql database and delimitted file.

i used a routine to transform a field in my destination, but when i see the result, every caracter 'é' was replaced by

"é" in my database target and in my tFileOutputDelimitted too.

i tried to change encoding in my source and target components(  TfileInputXML and TfileOutputDelimited) but it doesn't work.

Any solutions for this issue ?

Exemple: data in my source:"Confirme la décision déférée"

data in my target: "Confirme la décision déférée"

Labels (2)
1 Solution

Accepted Solutions
jeoste
Creator II
Creator II

In advanced settings you might find useful parameters 0683p000009M8A6.png

View solution in original post

5 Replies
TRF
Champion II
Champion II

Try UTF-8 for characters encoding
Anonymous
Not applicable
Author

thanks for your reply, but where can i try it ?
TRF
Champion II
Champion II

Change Encoding for tFileInputXML or other components reading data from files.
jeoste
Creator II
Creator II

In advanced settings you might find useful parameters 0683p000009M8A6.png

Anonymous
Not applicable
Author

Thank u for your answers,

the problem was resolved, i changed encoding parameters in my components to "UTF8" and it works.