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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is there an UTF8 encoding type with BOM?

Hi,
several file-components like tFileInputDelimeted allow to set a custom encoding type like "windows-1252" or "UTF-8". Talend uses "UTF-8" without BOM. Is there an UTF8 encoding type with BOM?
Labels (2)
13 Replies
Anonymous
Not applicable
Author

Hi,
So far, talend uses "UTF-8" without BOM.
You'd better contact to the author of custom component tWriteHeaderLineToFileWithBOM directly to get a help.

Best regards
Sabrina
Anonymous
Not applicable
Author

Hello,
How to use tWriteHeaderLineToFileWithBOM correctly:
1. make sure the schema of the component is not empty and should be the same with the one in the following output component like tFileOutputDelimited.
2. the value in the parameter:"File Name" in the component should be the same with the one in the following output component like tFileOutputDelimited.
3. Encoding in the component should be the same with the one in the following output component like tFileOutputDelimited.
4. the following output component should have the checkbox:"append" ticked.
0683p000009MCzD.png 0683p000009MD8E.png
_AnonymousUser
Specialist III
Specialist III

Hello,
thank you all for your responses. After playing around with the component for a while I chose the proposed solution with "\uFEFF" as row separator.
Kind regards,
Michael
Anonymous
Not applicable
Author

Hi Michael,
Thanks for sharing your solution with us. Could you please mark this topic as resolved?
Best regards
Sabrina