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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
wangbinlxx
Creator
Creator

How to add file header into output file?

Hi
I extract data from Oracle DB to csv file. The main code is
tOracleInput ->tFlowMeter ->tOracleOutputBulk
The csv file has about 20 columns, and it requires a header. How to generate the header? Is there a way to generate it automatically from the column name of the query?
Thanks,
Bin

0683p000009MFZl.png

Labels (2)
2 Replies
wangbinlxx
Creator
Creator
Author

Anyone can help on this? Or I should post it to different forum?
Thanks,
Bin
wangbinlxx
Creator
Creator
Author

In the end, I use tFixedFlowInput/tFileoutputDelimited to add header manually.