B2B Data Transformation
- B2B Data Transformation 10.5.2
- All Products
Property | Description |
---|---|
add_BOM_prefix | Adds a byte-order mark (BOM) prefix to the output. The type of BOM prefix is determined by the output encoding defined in the output_encoding property. Default is cleared. |
code_page | Defines the encoding attribute of the additional output. If this property is not set, the additional output is generated with the output encoding defined in the Data Processor transformation settings. The code_page property is a child of the output_encoding property when it is set to PortEncoding . Default is cleared. |
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 output_encoding property when it is set to PortEncoding. Default is cleared. |
file_extension | Defines the file extension for the additional output file in the design environment. The name of the file is the name assigned to the AdditionalOutputPort component. This setting has no effect in the production environment. Default is .xml. |
other_properties | Defines encoding properties when it is set to XmlHeader . You can choose one of the following options:
|
output_encoding | Defines encoding properties when it is set to PortEncoding . You can choose one of the following options:
|
PortEncoding | Defines custom settings for the additional output. You can choose one of the following options:
|
process_instruction | Defines a processing instruction in the output XML file. You can choose one of the following options:
|
process_instruction_string | Defines a user-defined processing instruction. The process_instruction_string property has an effect only when the process_instruction property is set to FreeEncodingString. |
root_element | Defines the name of the root element that is wrapped around the entire output. |
xml_version | Defines the version attribute of the processing instruction. Default is 1.0. |
XSLT_stylesheet_name | Defines an XSLT stylesheet that is written to the processing instruction. |