Forum Discussion
SpiroTaleski
4 years agoValued Contributor
One possible solution can be:
- Parent pipeline that will browse all the files from the SFTP location, and will pass the path of each file to child pipeline as pipeline parameter.
- Child pipeline that read/process all the files, perform all the logic on the files and then delete
processed files from the SFTP location using the File Delete Snap(using the path that you’ve sent as a pipeline parameter. Make sure the user/account that you are using have a delete permissions).
Regards,
Spiro Taleski
In my pipeline,
I have a parent pipeline > child pipeline1 > sub-child pipeline 1.
And in parent I am using File Poller and File Reader.
How do I send file name in sub-child-pipeline 1 where there is file delete snap?
fyi @viktor_n- SpiroTaleski4 years agoValued Contributor
Please see the attached sample pipelines.
It contains only the skeleton, you can add the logic inside per you requirements.
Child_2021_08_09.slp (6.2 KB)
Parent_2021_08_09.slp (3.8 KB)Regards,
Spiro Taleski