Just wondering if someone could help me with a problem I have I am trying to set up a Pipeline to download files from an FTP Server into Blob
I have 2 get metadata activities 1 to get the filenames from Sftp site and other one to bring the files form Blob storage. I need to compare the results of both the activities and pick only the files which are not processed.
Example:
Get Metadata Activity 1 results: {"childItems": [ {"name": "2022.txt", "type": "File" }]}
Getmetadata activity 2 results: {"childItems": [ {"name": "2022.txt", "type": "File" }]}
I need to match the childItems.name of both the activities and if the same file contains in both the activities then Skip the process, if not exists then process that file Any help?
Thanks in Advance.




