Skip to Main Content

PASSING OUTPUT FILE VALUE DINAMICALLY IN CSV OUTBOUND ADAPTER

mik_Feb 9 2016

Hi,

is there a way to pass dinamically the filename of the outputFile for the CSV outbound adapter in OEP 12c Assemble config?

Ex.

<wlevs:adapter id="csv-outbound-adapter-network" provider="csv-outbound">

       

        <wlevs:instance-property name="eventType" value="Test"/>

        <wlevs:instance-property name="outputFile" value="test.csv"/>

        <wlevs:instance-property name="append" value="true"/>

    </wlevs:adapter>

Or a way to manage the CSV Outbound adapter from a java class?

Thanks in advance.

Post Details
Locked due to inactivity on Mar 8 2016
Added on Feb 9 2016
0 comments
447 views