Data Integration
- Data Integration
- All Products
Property
| Description
|
---|---|
Row
| Row number to identify the statement. The row number is generated automatically.
|
Name
| Name to identify the statement. You can change the name at any time, and the statement name doesn't need to be unique. You can use the statement name to help you find the statement in the session log.
|
Statement Type
| Type that defines how the statement runs when a source element appears in the source schema.
|
Input
| XPath or expression consisting of XPaths that defines the input element in the source schema. The expression can evaluate to an element or to a value.
|
Condition
| XPath or expression consisting of XPaths that defines a condition to map the source element to the target element.
For example,
normalize-space(string(.)) = 'A'
|
Skip Missing Input
| Determines whether to skip the mapping statement if the input expression doesn't match an element in the source schema. Choose one of the following options:
|
Default
| Default value to set the value of the target element if the hierarchical mapper can't find the source element.
|
On Fail
| Determines what to do if the statement fails. Choose one of the following options:
|
Output
| XPath or expression consisting of XPaths that defines the output element in the target schema.
|
Mode
| Determines whether the hierarchical mapper adds an output element to the target schema or matches the value of the output expression to an existing element in the target schema. Choose one of the following options:
|
Comments
| Comments that you want to make about the statement.
|