Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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"
In advanced settings you might find useful parameters
In advanced settings you might find useful parameters
Thank u for your answers,
the problem was resolved, i changed encoding parameters in my components to "UTF8" and it works.