B2B Data Transformation
- B2B Data Transformation 10.4.0
- All Products
Property
| Description
|
---|---|
count
| Defines the number of iterations to run. If this property is blank, the iterations continue until the input is exhausted.
|
current_iteration
| Defines a data holder where the
RepeatingGroupSerializer outputs the number of the current iteration. You can use a
ContentSerializer to write the number to 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:
|
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.
|
notifications
| A list of
NotificationHandler components that handle notifications from nested components. For more information, see
Notifications.
|
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.
|
on_iteration_fail
| Determines the action when an iteration fails. You can choose one of the following options:
on_iteration_fail to write an entry when a single iteration fails. Use the
on_fail property to write an entry when the entire
RepeatingGroupSerializer fails. For more information, see
Failure Handling.
|
optional
| Determines whether a component failure causes the parent component to fail. You can choose one of the following options:
|
remark
| A user-defined comment that describes the purpose or action of the component.
|
separator
| Defines a serialization anchor that defines the separator string. You can choose one of the following options:
|
separator_position
| Defines the position of the
separator relative to the sections. You can choose one of the following options:
|
skip_failed_iterations
| Determines whether failed iterations are skipped. You can choose one of the following options:
The
skip_failed_iterations property has an effect only if
separator is defined.
|
source
| Defines a data holder that contains the source for the serialization. For more information, see
Overview of Validators, Notifiers, and Failure Handling.
|
target
| Defines a data holder that contains the result of the serialization. For more information, see
Overview of Validators, Notifiers, and Failure Handling.
|