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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Separator with tFileOutputDelimited in UTF-16

Hi,

 

I'm using Talend 6.3.1 and I have an issue with processing a UTF-8 file that I need to switch to UTF-16.

Talend returns me a separator that gives in hexa 00 0D 0A as if the conversion wasn't good.

I tried the solution to put "\r"+"\n" as the Row Separator, but it doesn't work.

How can a good row separator in UTF-16?

 

 

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@Malk,can you try with CUSTOM Encoding "UTF-16" ?

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

@Malk,can you try with CUSTOM Encoding "UTF-16" ?

Anonymous
Not applicable
Author

Hello, thanks 0683p000009MACn.png
I had already tried this, in fact I found where the problem was, it was not on file generation but on FTP transfer which was not in binary.