I want to export my tables as csv-files to input them into another application (not Qlikview).
However, I export them with the following:
STORE
<< fields >>
from
Table
into
Table.csv (txt, delimiter is ';' );
The problem is that the other application wants just real csv-files and does not "see" the stored ones. If I open them in Excel after stored from QV and say "Save" and close them it looks like the csv-file is just a text file with csv-ending because when I do "Save As" the selected file-type is "Unicode Text (*txt)" but I requested "*.csv". Anyone knows how I can export real csv-files.
The problem is that I can start the other application via QV-Script and that should work without manual work.