Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
NNayal1600240775
Contributor III
Contributor III

the tmssqloutput component replaces the korean character from the file with '? ??'

Hi my file has data like 0695b00000deJgvAAE.png

when i read this data in tlogrow i can see this korean character. but when write the output to tmssqloutput. i see this character got replaced with 0695b00000deJh5AAE.png

0695b00000deJhAAAU.png

how can i fix this issue

Labels (3)
1 Solution

Accepted Solutions
NNayal1600240775
Contributor III
Contributor III
Author

Hi Shong, In my sql table I have set the datatype as "nvarchar" and in Talend tmssqlconnection - in additional jdbc parameter i added ""useUnicode=true;characterEncoding=utf8"". It worked for me.

View solution in original post

3 Replies
Anonymous
Not applicable

Hi

Take a look at this topic and try the suggestions, let me know if it works.

 

Regards

Shong

NNayal1600240775
Contributor III
Contributor III
Author

Hi Shong, In my sql table I have set the datatype as "nvarchar" and in Talend tmssqlconnection - in additional jdbc parameter i added ""useUnicode=true;characterEncoding=utf8"". It worked for me.

Anonymous
Not applicable

Great, thanks for your feedback and sharing the solution.