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

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

Labels (1)
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