Below is my scenario On scheduled time, pick files from a sFTP location and process it further. I have two questions regarding this.
1. To do this, I am using ListSFTP -> routeOnAttribute to filter filename with known prefix-> FetchSFTP. I want to know what is the best way to figure out or get a message when there is no file in the location at the scheduled time. I am thinking of using MonitorActivity to keep track of any flowfiles generated in ListSFTP, but I am not sure how to configure it. 2. Also, I already know the prefix of the files I will need. So is there a way to know put a wild card search in the remote path property of FetchSFTP, so that I can remove ListSFTP altogether? Thanks Anil
