Check if xml file name exists in reference list and if yes parse the file
Hi,
I am trying to create a flow where I iterate through an S3 bucket (we can ignore the sftp server for now) to get xml files. Then I have to check if each file name exists against a list of names I have, if it exists I need to parse it (continue with the flow) if not I need to place it in another S3 bucket.
I am having issues comparing the file name against the list I tried tMap it worked but it doesn't output the actual file for me it just output the name of the file.