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, this gives me a clue. Look at the Advanced Settings of the tFileOutputDelimited. I suspect that the encoding type may be causing this. Try setting it to UTF-8.
I'm afraid we will need more information about the job configuration. I don't understand what you mean by "template file", so could you explain what you mean here?
Hi, when I talk about template file, I mean, file containing header with accent, because accent aren't supported by Talend in header.
I will show u an example of template file I use,
So it contain formated header, then I fill it with my data.
I think I understand. When you are doing this, I presume that you are first copying the header template file, then you are writing to it using a tFileOutputDelimited with the "Append" tickbox ticked? Is that the case?
absolutly !
but when I'm writing in it using "append", It modify my header contained in my template file. But it works well with all my others file, whereas it doesn't work properly only with the file
and i don't how and why ..
If you are appending to the file, it won't remove the header. Can you show a screenshot of your job and also a screenshot of your tFileOutputDelimited component that writes to it?
here is my template file:
here is my copied template :
here is my filled file :
here is my talend job :
here is a screenshot of tFileOutputDelimited component :
OK, this gives me a clue. Look at the Advanced Settings of the tFileOutputDelimited. I suspect that the encoding type may be causing this. Try setting it to UTF-8.
thanks a lot, it works well on header. But I have some unsupported accent, now in my data, check the screen below
before I modify the settings of tFileOutputDelimited, it worked well.
I try to change my tFileInputDelimited settings like you tell me before, but it still doesn't work and I get wrong datas by the way