B2B Data Transformation
- B2B Data Transformation 10.5
- All Products
Property
| Description
|
---|---|
code_page
| Determines the input encoding for the port. When no value is set, the
AdditionalInputPort uses the input encoding defined in the Data Processor transformation settings. Default is blank.
|
data_holder
| Defines a data holder where the port stores the content of the input document. Use the same data holder in
property of the associated secondary Parser, Mapper, or Serializer.
|
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:
|
encode_as_xml
| Determines whether special characters are converted to XML entities. You can choose one of the following options:
encode_as_xml property is a child of the
input_encoding property when it is set to PortEncoding. Default is cleared.
|
example_source
| Defines the location of a source to process during testing. You can choose one of the following options:
Do not define a document processor under the
property. Define it under
.
|
input_encoding
| Defines the encoding of the input.
|
PortEncoding
| Defines custom settings for the additional input. The
PortEncoding property has the following options:
|
pre_processor
| Defines the name of a document processor to apply to the input before the document processor defined under
Document Processor Component Reference.
. For more information, see
Do not define a document processor under the
property. Define it under
.
|