Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
I have a fileoutput csv and I append information there. I want after every file to add a row with (*).
For example 1,2,3,4,5-->file1
6,7,8,9,10
************ --> add this row
11,12,13,14,15-->file 2
16,17,18,19,20
*************-->add this row
Thanks a lot.
hi,
the simples way, just add
tFixedFlowInput -> tFileOutputDelimited at the end of each iteration
cheers, Vlad