B2B Data Transformation
- B2B Data Transformation 10.5.2
- All Products
Property
| Description
|
---|---|
allow_empty_values
| Determines whether the
Content anchor can be empty. You can choose one of the following options:
allow_empty_values must be selected in the following situations:
|
closing_marker
| Defines the end of a region where the Parser searches for the
Content anchor. You can choose one of the following options:
|
data_holder
| Defines a data holder where the
Content anchor stores the retrieved text.
|
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.
|
disable_XSD_type_search
| Determines whether the Parser searches for content that matches the data type of the data holder. You can choose one of the following options:
Default is cleared. For more information, see
Using Data Types to Narrow the Search Criteria.
|
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:
|
ignore_default_transformers
| Determines whether the Parser applies the default transformers to the content. Default is cleared.
For more information, see
Transformers Overview.
|
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.
|
opening_marker
| Defines the start of a region where the Parser searches for the
Content anchor. The possible values are the following components:
|
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.
|
transformers
| Defines a sequence of transformers that the Parser applies to the retrieved text. For more information,
Transformers.
|
validators
| Defines a list of validators applied to the data. For more information, see
Validators.
|
value
| Defines criteria for a search in the region defined by the
opening_marker and
closing_marker attributes. If
opening_marker is not defined, the search is between the surrounding reference points. For more information, see
How a Parser Searches for Anchors. You can choose one of the following options:
Default is empty. For more information about these options, see the
Searcher Component Reference. In addition to the searcher components, the Parser uses the data type of the
data_holder as a search criterion. For more information, see
Using Data Types to Narrow the Search Criteria.
|