Confirming test results
After data processing is complete, the test result file is output to the user specified test result file in CSV format. The following fields are output to the test result file.
-
In the test result file, the data is output in UTF-8 encoding.
-
The test result file is always overwritten for output. The previous results will be overwritten. If you want to save the test result file, change the file name before performing a test execution.
-
The output content of the test result file might be updated by a version upgrade or revision update. Use the test result file only for the purpose of checking the current data processing operation.
Field |
Description |
---|---|
Completion code - Detail code |
Outputs the same completion code, detail code, completion message, and detailed message as for an error that would be detected during actual data processing. |
Completion message |
|
Detailed message |
|
Additional information |
Depending on the error code, outputs one or more of the following additional information required to identify where the error occurred:
|
#1 |
: |
The following examples show the output for XML. Element example) root///0001/parent///0001 Attribute example) root///0001/parent//0001//id attribute |
If a line break or a comma (,) appears inside a field in output to the test result file, each character is replaced as below.
Replaced character |
Replacing character |
---|---|
0x0D (line break) |
\r |
0x0A (line break) |
\n |
, (comma) |
: (colon) |