B2B Data Transformation
- B2B Data Transformation 10.5.2
- All Products
Property
| Description
|
---|---|
example_source
| Defines a sample source document to process in the development environment.
You can choose one of the following options:
If the
sources_to_extract property is set, the
example_values property is ignored in the design environment.
|
example_values
| Defines simulated values that another transformation might pass to the Parser. Use this property to design a Parser that is called by another Parser. A Parser uses the
example_values property only when it processes the example source. It ignores the property when it parses a source document.
In the nested
ExampleValue components, specify the data holders that the calling Parser passes to this Parser and their simulated values.
|
ExampleValue
| Defines an example value under the
example_values property.
|
format
| Defines the format of the source document. 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.
|
no_initial_phase
| Determines whether the Script searches for nested anchors in the main phase. You can choose one of the following options:
|
notifications
| Defines a list of
NotificationHandler components that the Parser runs on notifications triggered by 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.
|
reject_recurring_pages
| Determines the number of times the Parser parses the same page. You can choose one of the following options:
reject_recurring_pages when a web site contains many links to the same page.
The
ResetVisitedPages action resets the history list and allows a Parser to process a page again, even if
reject_recurring_pages is selected.
|
remark
| A user-defined comment that describes the purpose or action of the component.
|
serialization_mode
| Defines how the Script processes portions of the example source that the Parser does not output to XML, when you create a serializer from a Parser. For more information, see
Controlling How the Create Serializer Command Works.
You can choose one of the following options:
|
source
| Defines a sequence of data holders for input to the Parser. Each data holder is identified by one of the following properties:
|
sources_to_extract
| Defines a hard-coded list of source documents that the Parser processes. You can choose one of the following options:
Use the
sources_to_extract property only in the design environment.
|
target
| Defines a sequence of data holders for output from the Parser. If the data holder does not yet exist, the Parser creates it. Each data holder is identified by one of the following properties:
target property when the output of the Parser is used by another component. For more information, see
Target Property.
|
use_markers
| Determines whether the
Create Serializer command copies the content of the
Marker anchors but only the delimiters of other non-XML text.
use_markers is an option under the
serialization_mode property when
outline is selected. Default is selected.
|