Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Store text file in batch or interactive mode

Hi,

I have a problem: if I execute this command:

store test into test.txt (txt, oem, delimiter is '\t');

1. in interactive mode: the output file is a text file with tab delimiter.

2. in batch mode: the output file is a xml text file.

I need to execute the script in batch mode, but I want an output file in text file with tab delimiter. How can to do this?

Thanks

Rocco

4 Replies
Not applicable
Author

try this:

Store TABLE into TABLE.txt (txt, delimiter is '\t');

it worked fine with me...

Regards, Miha

Not applicable
Author

Hi,

I tried this, but nothing has changed.

Thanks

Rocco

Not applicable
Author

by batch mode you mean via. command line or via qv server?

Not applicable
Author

command line (qlikview /r)

Bye