gremishe
4 years agoNew Contributor
Copy and rename mutliple files
Hi,
I am struggling with what seems to be a simple pipeline.
Here are my requirements:
1.Get list of file names from the database (original file name and new file name)
2. Read each file from one SFTP server using “original file name” and then write it to a different SFTP server renaming it to the “new file name”.
My issue is that I am unable to pass “new file name” after I use file read snap.
File read snap does not have a “Pass Through” option.
How can I do that?
Thank you