Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have created a job where I have to copy the final output file to a particular ftp.
But the problem is I am not getting OnSubjobOk at tFileOutputDelimited to link it to the next component.
If i use OnComponentOk, the final file at FTP just gives the data of the last record from the input...the file gets appended after every loop.
Is there any alternate method where I can move the file (tFileOutputDelimited) only when it is completely filled with all the records ?
Thank You.