B2B Data Transformation
- B2B Data Transformation 10.5
- All Products
Property | Description |
---|---|
aggregation_function | Determines the function to perform on the aggregate. You can choose one of the following options:
|
AllEqual | Defines an option under the aggregation_function property. |
Count | Defines an option under the aggregation_function property. |
data_holder | Defines the data holder that stores the output. |
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:
|
include_empty_values | Determines whether the aggregate includes occurrences that contain no data.
|
Join | Defines an option under the aggregation_function property. |
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.
|
root_element | Determines the data holder at the root of the XML branch containing the multiple-occurrence data holder. The root_element can be single-occurrence or multiple-occurrence. |
sub_element | Determines the multiple-occurrence data holder for which the action computes an aggregate. If sub_element is not assigned, the action computes the aggregate of the root_element . |
Sum | Defines an option under the aggregation_function property. |
<Company> <Division name="America"> <Employee>...<Employee> <Employee>...<Employee> <Employee>...<Employee> </Division> <Division name="Europe"> <Employee>...<Employee> <Employee>...<Employee> </Division> </Company>