How to identify if there are no files in the source when using Multi file Reader Snap
Hello,
I am using the Multi file Reader Snap to copy the files from a SFTP source location and write into a Storage blob container.
The process is to run every 30 mins to pick any file(s) that are available and write into a storage blob. There could be scenario where file may not be available in the source SFTP folder and in that case, the pipeline exits without any message.
What is the best way to capture if file is not available in the source SFTP folder.
In the below screenshot, the multifile reader snap is highlighted where the pipeline exits without any notification if there are no files in the source SFTP.
Thanks
Aravind N
I am attaching two sample pipelines:
1)Parent - which groups the data based on the email and send the data to Child pipeline.
2)Child - which split the groups, apply xslt transformation(generate HTML table), and send the table through email.
Parent_2021_08_27.slp (4.9 KB)
Child_2021_08_27.slp (10.2 KB)
Also, I am attaching the sample XSLT file, which you can modify based on your requirements:
XSLT_Transformation (1).txt (1.1 KB)
Note: You must create a SMTP account in order to be able to send emails, using Emails Sender Snap.Regards,
Spirp Taleski