B2B Data Transformation
- B2B Data Transformation 10.5.2
- All Products
Property
| Description
|
---|---|
disabled
| Determines whether the Script ignores the component and all of the child components. Use this property to test, debug, and modify a Script. You can choose one of the following options:
|
input
| Defines a data holder that contains XML text on which to run the mapper.
The data holder must have a simple data type such as
xs:string . The value of the string can be XML text of any complexity. For more information about how to run a mapper on a data holder that has a complex type, see
EmbeddedMapper.
If you omit this property, the mapper uses the data holders available in the scope of the action. For example, if the action is nested in a Parser, the Mapper runs on the output of the Parser. If the action is within a
Group , it runs on the output of the
Group .
|
mapper
| Defines the Mapper. Select the name of an existing
Mapper component or define a
Mapper component at this location of the Script. For more information, see
Mapper Component Reference.
|
name
| A descriptive label for the component. This label appears in the log file and the
Events view. Use the
name property to identify the component that caused the event.
|
on_fail
| The action to take if the component fails. You can choose one of the following options:
Default is cleared. For more information about handling component failures, see
Failure Handling.
|
optional
| Determines whether a component failure causes the parent component to fail. You can choose one of the following options:
|
phase
| Determines when the Script processes the component. You can choose one of the following options:
For more information, see
How a Parser Searches for Anchors.
|
remark
| A user-defined comment that describes the purpose or action of the component.
|