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