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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileOutputDelimited and Header Rows with Append

My input ----> tFilterRow---Rejects---->File1 (Create with Header Row)
----Filter------->File1 (Append Mode) (Do I check - Create Header Row here?)
Is it possible to specify the 'order' of tFileOutputDelimited creation? I am trying to append data all to the same file from multiple input streams but I only want one header row and the other files to append.
My job is slightly more complex than I have shown above but it seems not possible- Header Rows get created on append? I keep getting strange header lines within the file.
Should I append to different files and then concatenate the files together somehow?

Thanks
Marc
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello
At the beginning of job, using tFixedFlowInput to define the header row and output it to the file. and then, output alll the records into the same file(append mode, without header) for example:
tFixedFlowInput-->File1
|
onsubjobok
|
My input ----> tFilterRow---Rejects---->File1 (Append Mode)
----Filter------->File1 (Append Mode)
Best regards
Shong