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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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.