cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Move data from one child to another child pipeline

abhinavjha
New Contributor II

Hi,

Is there any way to send data file from one intermediate child pipeline to another?

Thanks

10 REPLIES 10

koryknick
Employee
Employee

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.