Write XML File
Operation name
Write XML File
Function overview
Writes input data to an XML file.
Data model
The data model of this component is XML type.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Input data |
Required |
Not available |
Select a component on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
File |
Required |
Available |
Enter the path to XML files. The Browse button launches a file chooser that allows you to select a file. |
Note
Specify an absolute path of HULFT Square Storage for the file path. With the exception of the path separator "/", the Restricted characters of HULFT Square Storage can't be used. |
Property actions
Item name |
Description |
Remarks |
---|---|---|
Preview |
The previewer is started, and the contents of the file specified in File is displayed. |
|
Write settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Encoding |
Required |
Available |
Select or enter an encoding for the file to write. When you enter encoding, specify one of the encodings supported in Java SE Runtime Environment 8. = Remarks =
For details, refer to "Supported Encodings" (http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html). |
|
Overwrite |
Optional |
Not available |
If the specified file exists, select whether to allow to overwrite it or not.
|
|
Indent |
Optional |
Not available |
Select whether you want to indent.
|
|
Output type
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Type |
Required |
Not available |
Select the output file format.
|
|
Specify DTD |
Optional |
Not available |
Select whether to specify a DTD.
|
|
Public identifier |
Optional |
Available |
Enter the public identifier. |
|
System identifier |
Required |
Available |
Enter the system identifier. |
|
Overwrite DTD |
Optional |
Not available |
Select whether to overwrite the DTD.
|
|
DTD |
Optional |
Not available |
Select the DTD.
|
|
Transaction
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Execute transaction processing |
Required |
Not available |
Select whether or not to execute transaction processing.
= Remarks =
For details, refer to Transactions for the connectors in the File category. |
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Input schema
Depends on the data to write.
Output schema
None.
Loading schema in Mapper
The schema needs to be loaded manually.
Specify the schema of the data to be written.
For details, refer to Edit Schema.
Transaction
Transaction is supported.
Transaction is enabled only when Execute transaction processing of Transaction is selected.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Variable name |
Description |
Remarks |
---|---|---|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error is stored. |
|
error_type |
When an error occurs, the error type is stored. |
|
error_message |
When an error occurs, the error message is stored. |
|
error_trace |
When an error occurs, the trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|