B2B Data Transformation
- B2B Data Transformation 10.5
- 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:
|
exclude_strings
| Defines the strings that must be absent from the
input_source . If a specified string is present, the
RunParser action does not access the source or activate the secondary Parser.
|
include_strings
| Defines the strings that must be present in the
input_source value. If a specified string is missing, the
RunParser action does not access the source or activate the secondary Parser.
|
input_source
| Defines a data holder that contains one of the following objects:
Default is the
VarLinkURL system variable.
|
input_source_as_text
| Determines the type of data in the
input_source data holder.
|
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.
|
next_Parser
| Defines the name of the Parser to run. A recursive call to the same Parser is permitted.
|
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.
|
pre_processor
| Defines a document processor to apply to the source after the document processor defined in the associated
.
|
remark
| A user-defined comment that describes the purpose or action of the component.
|
retries
| Defines the number of times to retry if the request fails. Default is 0.
|
seconds_to_wait
| Defines the interval in seconds between retries. Default is 60.
|