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: 
avastani
Partner - Creator III
Partner - Creator III

Export from Script into Tab delimited file?

Is it possible to export to a tab or CSV delimited file from LOAD Script or MACRO instead of Export to Excel?

11 Replies
itec_pao
Partner - Creator
Partner - Creator

Hi all,

The solution would be:

STORE Table INTO ..\60_Datasource\OMP\GDMProduct.txt (delimiter is \t);


Regards,

Oktay

Tim_Benoit
Partner - Contributor
Partner - Contributor

If you get a syntax error try adding the word "is" like this  (txt, delimiter is '\t');