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: 
Not applicable

How to Convert UTF-8 format

Hi All,

I am having trouble in character formats which I am trying to load from qvd file.

In my data I have capital i (İ) ,which is used commonly in Turkish. In order to earn time I need to store this data into a qvd file. I can do that with out any probem but when I try to load my data from qvd file I find my Turkish characters turned into English charactes. Shortly all my (İ) turned into (I) and so forth.

I guess the reason for this problem can be default UTF-8 formatting in QVD file formats.

Do you have an idea ?

Best Reagrds

HealMe_Solutions

Labels (1)
1 Reply
Not applicable
Author

Hi,

try to load data from qvd file in unicode format:

LOAD *

FROM

test.qvd (unicode, qvd);

regards