Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

Available STORE formats

Hi all,

I have a query on what formats are possible in the store command.

I currently store a table out as a text file in the following format:

(txt, utf8, no labels, delimiter is '|', no quotes);

UTF8 includes multi-byte character sets, what i need is a format that doesn't include multi-byte (only single byte).

does anyone know if QlikView can export in any single byte formats?

Thanks in advance

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

According to the Help (see Store - QlikView‌) STORE doesn't offer a text export other than in UTF-8. You can always convert the generated file to ANSI/ASCII afterwards. See for example Store during script run a table to txt file using ansi encoding

Note that two of your options - no labels, no quotes - won't do anything when executing the STORE statement. Luckily, they won't crash script execution either ...

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Thanks Peter, i'll take a look.