05-15-2022 11:38 PM
Hi,
Is there any way to send data file from one intermediate child pipeline to another?
Thanks
05-18-2022 09:00 AM
The File Writer can append, depending on the protocol (i.e. FILE, FTP, FTPS, and SFTP - see the online documentation). If you are not using one of these protocols, I might recommend that you write the separate error files in each child to a temporary location, then have the main pipeline read and combine the error file contents for the final destination.