B2B Data Transformation
- B2B Data Transformation 10.5
- All Products
Property
| Description
|
---|---|
absent
| Determines whether the specified text or pattern is absent from the document. The
absent property has the following options:
|
adjacent
| If selected, the
Marker must be adjacent to the anchor at the beginning of its search scope. If
direction is set to
backward , it must be adjacent to the anchor at the end of its search scope. If not selected, the Script can skip over text until it finds the
Marker .
adjacent property has the following options:
|
count
| Defines the occurrence number to find. For example, to set the
Marker at the second newline following the preceding anchor, set
search to
NewlineSearch and
count to
2 .
|
direction
| A search direction for the anchor within the search scope. You can choose one of the following options:
For a
Marker anchor, you can modify this behavior by using the
count property. For example, if
direction = backward and
count = 2 , the Script finds the second-to-last instance.
Default is forward. For more information, see
How a Parser Searches for Anchors.
|
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:
|
marking
| Determines whether an anchor is used as the start of the search scope for the succeeding anchor. You can choose one of the following options:
For more information, see
How a Parser Searches for Anchors.
|
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.
|
search
| Defines the search criteria for the
Marker . The search criteria determine where the
Marker is located within the search scope. For example, a
NewlineSearch locates the
Marker at a newline character. A
TextSearch locates the
Marker at a specified string. For more information, see
How a Parser Searches for Anchors.
The value of this property is one of the following searcher components:
For more information, see the
Searcher Component Reference.
|