Hello ,
We are having one scenario :
SFTP - PI 7.31 - FTP server.
The Source side will be placing two different extension files with same name like :
abc.xml
abc.jpg.
Both these files have to be moved to the target location. At the target location if only one file is received then it will throw an error as both the files are required for successful posting.
How can we handle such a scenario from PI side. If both files with the same names are there then only send those otherwise ignore/error out the single file.
I have tried searching on Additional files option in SFTP sender adapter like file.namepart .xml = .jpg , but i guess the additional file will be sent as an attachment in the payload as per the documentation. There is no mapping involved in our scenario and this is a ESR bypass scenario with no Payload handling.
Can you please suggest how to achieve this? We have to deliver both the files at the target side.
Thanks