Incoming SFTP files processing
In distribution, wholesale, and manufacturing ingesting data from external sources via SFTP is a pretty common pattern.
This example reflects a base scenario template to:
- Discover new files on SFTP
- Download unprocessed files
- Return a list of files for further processing
Let’s see how the scenario will look line on a platform and figure out each step in detail.