Thursday, January 2, 2020

12c SOA - Oracle Mediator part9 - Write a XML file using file adapter


Here i will show how to write a XML file to a local directory.

First create a Schema.
 Open a composite project and select mediator and used the schema.

 Drag and drop the File adapter
 setup the configurations.



 Here I mentioned .txt, you can also make it .xml and other extension needed.
 choose same schema or can use different schema



 Open the mediator and do the transformation





Deploy and Test.


No comments:

Post a Comment

Featured Post

OIC File Handling – Removing .pgp and Preserving .csv (Dynamic File Name Logic) | use of ast-index-within-string() function

๐Ÿ“Œ Problem Statement In Oracle Integration Cloud (OIC), while working with Stage File, we often receive source files like: a.b.c.csv.pgp ๐Ÿ” ...