Learn how to migrate SFTP Advanced File Selection from SAP Process Orchestration to Cloud Integration
- How to use the Poll Enrich with SFTP Sender on Cloud Integration
- How to use the iterating splitter to select the file based on a list of filename
- How to process the files based on the presence by the Camel headers
Prerequisites
- Get permission to the SAP Integration Suite for design and monitor
- Have access to an SFTP Server for file upload and download
- Get Authentication to the SFTP Server
In SAP Process Orchestration (PO), advanced file selection is typically used when working with the File Adapter in an Integrated Configuration (ICO) or Sender Agreement. It allows you to apply complex filtering logic to select files based on specific patterns, timestamps, or metadata. If you want to migration/implement this function in SAP Integration Suite, you need to know how to define, split, poll and process files in SAP Cloud Integration. The Apache Camel framework provides robust file handling capabilities, such as reading files from directories and handles them based on their presence. We´re using an example integration flow to provide you the step-by-step process and we hope you can ensure efficient and error-managed file handling within your integration processes.
If you want to get an example with split and multicast in detail, please refer to the SFTP Poll Use Case.




