pfx-api:datamartImport
Â
Properties
Option | Type | Default | Description |
---|---|---|---|
| string | Â | Defines output target for data in the exchange. It can be stored in the header, property or body. |
| string | Â | Defines output target name for the target type header and property. Put here the name of exchange header and name of exchange property. |
| string | Â | Â |
| string | Â | Â |
| Boolean | Â | Â |
| Boolean | Â | Â |
| string | Â | Defines connection to Pricefx. This is an optional parameter and if it is not mentioned, the connection is taken from the Spring bean named pricefx. |
| Boolean | false | Defines if indexing should be skipped after import. |
This method takes the exchange body as input data.
Examples
<route>
<from uri="direct:start"/>
<to uri="pfx-api:datamartImport?targetName=DMDS.Transactions&fileName=Transactions*&deDuplicate=false&truncate=true"/>
<to uri="mock:end"/>
</route>
IntegrationManager version 5.8.0