Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I will try my best to explain my problem.
I use template file, who contain header with accent, unsupported by Talend.
when I write in 2 files who contain header including accents, It seems accent is no more supported.
But my jobs work well with my other files..
I don't know why it happends for 2 files..
Let me explain u with screen shot. On the first screenshot u will see that the header is containing accent, but after talend jobs, It appear like on the screen.
On the second screen, accent are supported, whereas my jobs are similar..
Thanks you for your answers
OK, it looks like you are mixing encoding types. I suspect that the file you are reading from is in a different encoding when it is written. Can you adjust that? Where does it come from? Alternatively, you can identify the encoding type of your source file and ensure that the output encoding type is that.....AND that you create your header template in that encoding type.
thanks a lot for your all answers, I didn't have the notion of encoding in Talend open studio, now I can do it thanks to you.
Not a problem. Glad to help. All I ask is that as your knowledge of Talend grows, you help others out to keep the Community knowledge expanding.