Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Thanks a lot
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.