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.

= Remarks =
  • 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.

Table 7.7 Fields in a test result file

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:

  • File name: The name of the file where the error field was detected

  • Input processing type: Type of processing where the field error was detected.

  • One of the following is output:

    • Input

    • Matching

    • Virtual table

    • Merging

  • Number of input records: The number of records according to the input type.

    If the input type is not output, the number of input records is output instead.

  • Input field number: The field number that caused the error

  • Pre-process: The pre-process during which the error field was detected

  • Post-process: The post-process during which the error field was detected

  • Custom error condition: The custom error condition where the error field was detected

  • Extraction condition: The extraction condition where the error field was detected

  • Output number: The output number where the error field was detected

  • Output field name (#1): The name of the output field where the error was detected

  • Output field number (#1): The number of the output field number where the error was detected

  • Matching number: The matching number where the error field was detected

#1

:

The following examples show the output for XML.

Element example) root///0001/parent///0001

Attribute example) root///0001/parent//0001//id attribute

Note

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)