loadMapper
<xsd:element name="loadMapper">
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="body"/>
<xsd:element ref="header"/>
<xsd:element ref="property"/>
<xsd:element ref="simple"/>
<xsd:element ref="constant"/>
<xsd:element ref="groovy"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID"/>
<xsd:attribute name="includeUnmappedProperties" type="xsd:boolean"/>
<xsd:attribute name="excludeProperties" type="xsd:string"/>
<xsd:attribute name="convertEmptyStringToNull" type="xsd:boolean"/>
<xsd:attribute name="skipInvalidRecords" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
Attributes | Description | Required? |
---|---|---|
|
| no |
|
| no |
|
| no |
|
| no |
|
| no |
, multiple selections available,
Related content
integrateMapper
integrateMapper
More like this
mapper
More like this
Mapper Configurations
Mapper Configurations
More like this
Mapper Properties
Mapper Properties
More like this
Integrate Mapper
Integrate Mapper
More like this
filter
More like this
IntegrationManager version 6.0.0