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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
AJoly
Contributor III
Contributor III

bug with header of files

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

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

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.

View solution in original post

12 Replies
AJoly
Contributor III
Contributor III
Author

0695b00000ODvz8AAD.png0695b00000ODvzNAAT.png

Anonymous
Not applicable

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?

AJoly
Contributor III
Contributor III
Author

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, 0695b00000PJHbbAAH.png 

So it contain formated header, then I fill it with my data.

 

Anonymous
Not applicable

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?

AJoly
Contributor III
Contributor III
Author

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 ..

 

Anonymous
Not applicable

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?

AJoly
Contributor III
Contributor III
Author

here is my template file:

0695b00000PJV7pAAH.pnghere is my copied template :

0695b00000PJUzIAAX.pnghere is my filled file :

0695b00000PJV7zAAH.png 

here is my talend job :0695b00000PJV8TAAX.png 

here is a screenshot of tFileOutputDelimited component : 0695b00000PJV8iAAH.png

Anonymous
Not applicable

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.

AJoly
Contributor III
Contributor III
Author

thanks a lot, it works well on header. But I have some unsupported accent, now in my data, check the screen below 0695b00000PJVrOAAX.png 

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