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: 
Not applicable

Remove header from csv

Hi everyone,

I came across a situation where I need to store a table into csv file, but exclusing header.

How can it be achieved?

Thanks,

Murali

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See here


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Not applicable
Author

hi,

u can to this by macro

Not applicable
Author

Please provide the macro script

Thanks,

Murali

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See here


talk is cheap, supply exceeds demand
gadratjulien
Partner - Contributor II
Partner - Contributor II

Hi,

I understand that you have to build a marco to delete header which is automatically generated by the STORE function.

what is the way to add header line in my TXT file? I need to create a header line with today timestamp and the number of records in the generated TXT file

Any idea?