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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Append File Output Delimited

Hi,
I create a File with tFileOutputDelimited (CheckBox: "don't create empty file" is active). Parallel to this with I count the rows with tAggregateRow (this is necessary for the TrailerRow). With tFileOutputDelimited (in AppendMode) I want to write this Trailer to the File.
In same cases the File could be empty. This is ok.
But tFileOutputDelimited (in AppendMode) creates this empty file. How can I prevent this?
regrads, kirsten
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi kirsten,
just a short idea: Add an tFileDelete after your job with an condition which will check the number of output lines.
Bye
Volker