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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
DrGenious
Creator
Creator

output from two subjobs

Hey,

 

I have the below pipelines and I wante the tLogRow1 and tLogRow2 put their data inside the same csv but I dont want to append the data in every Run job on the same csv. 0683p000009M8uK.png

Thanks a lot

Labels (2)
1 Reply
TRF
Champion II
Champion II

Set the output filename into a global variable in the tJava component (include something like current datatime into the filename). 

Then replace each tLogRow by a tFileOutputDelimited where the filename is based on the global variable created in the tJava.