Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
prees959
Creator II
Creator II

Export to CSV from Script

Hi,

I'm trying to export a timestamped csv from the script to a physical address using the following line :

STORE Data into ;

It seems to be creating CSV file but when I open the file it seems to hold XML.  Can anyone help with this and let me know how to resolve it?

Thanks,

Phil

1 Solution

Accepted Solutions
sunny_talwar

2 Replies
sunny_talwar

I think you are missing (txt)

https://www.quickintelligence.co.uk/write-csv-qlikview-store/

STORE Data into (txt);

prees959
Creator II
Creator II
Author

Great thanks ! Seems I had a square bracket in an incorrect place!