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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
richters
Partner - Contributor III
Partner - Contributor III

CSV-Export just .txt not real csv?!

Hi all,

I have got a real problem.

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.

Thanks in advance!

Kind regards

Micha

10 Replies
tiklabaq
Creator
Creator

Can you make a example in QV. I need this makro, but I don't know how to create it in QV.