Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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

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

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?