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

Ansi codification

Hi,

I'm trying to store a table in ansi codification but when I open the file with notepad++ it appears in utf8 format,

this is the scriptline i'm using:

store   "ga" into 'E:\QlikView\Development\filename.csv' (codepage is 1252,txt,delimiter is ';');

I've tried too :

store   "ga" into 'E:\QlikView\Development\filename.csv' (ansi, txt, delimiter is ';');

Also I've selected 'ansi' in the menus "Document propperties-->general-->character to export"

and in  "User preferences-->Export-->Codification"

Any aidea??

David

Labels (1)
11 Replies
Clever_Anjos
Support
Support

Maybe this tool can help you utf8_to_ansi

tiklabaq
Creator
Creator

Can you please make a example in QV. I don't know how to work with your script.