Friday, July 8, 2022

OIC - File poll as trigger type using Connectivity agent | Oracle Integration Cloud

Usecase: Here, we will see how to poll a CSV comma separared file as trigger type using connectivity agent and write to another location.

Prerequisite:

Install the Connectivity agent to your system:

How to install follow my blogs:

To install in windows:

https://soalicious.blogspot.com/2022/05/oic-install-connectivity-agent-in.html

To install in unix system:

https://soalicious.blogspot.com/2020/11/oic-connectivity-agent-part-2.html


Steps in detail:

Create a File Connection with the agent configured.


Create a app driven orchestration style


Take a file trigger and configure to poll the file.





Take file connection to write file.







Map the polled file contents to write file.



Add Tracking.


Testing:

Test input file:

Once activated the integration, it will start listening the file and poll it, 

From monitoring >> integrations and tracking



File write done successfully.


The output file contents:



No comments:

Post a Comment

Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...