Skip to content

Commit 3195da0

Browse files
authored
Merge pull request #23779 from I554544/master
update the link
2 parents 0d5691a + 9d5f306 commit 3195da0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tutorials/ci-sftp-file-polling/ci-sftp-file-poll-enrich.md renamed to tutorials/ci-sftp-file-polling/ci-sftp-file-polling.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ primary_tag: software-product>sap-integration-suite
1414
## Intro
1515
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.
1616

17+
If you want to get an example with split and multicast in detail, please refer to the [SFTP Poll Use Case](https://github.com/sap-tutorials/Tutorials-Contribution/blob/master/tutorials/ci-sftp-file-polling/Use%20Case%202.pdf).
18+
1719
## Prerequisites
1820
- Get permission to the SAP Integration Suite for design and monitor
1921
- Have access to an SFTP Server for file upload and download
@@ -87,10 +89,6 @@ In the last step, we are using the receiver adapter ProcessDirect. Therefore, af
8789
Before sending the message to the next integration flow, you also have the option to take advantage of the Headers Directory and Filename which were set before and build your own message based on the specific scenario.
8890
![ProcessDirect Branches]( ProcessDirect.png)
8991

90-
If you want to get a more detailed example for SFTP Poll Use Case with split and multicast, please refer to the following link:
91-
https://github.com/sap-tutorials/Tutorials-Contribution/blob/master/tutorials/ci-sftp-file-polling/Use%20Case%202.pdf
92-
93-
9492

9593

9694
### Test yourself

0 commit comments

Comments
 (0)