Get Data Check Error Details
Operation name
Get Data Check Error Details
Function overview
Gets detailed information about the input data that caused an error in the Data Check executed before.
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. |
|
Data processing method
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Data processing method |
Required |
Not available |
Select a data processing method.
|
|
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
None.
Output schema
<?xml version="1.0" encoding="UTF-8" ?> <table> <row> <column>row number</column> <column>column number</column> <column>value of input data</column> <column>cause of mismatch</column> </row> <row> : </row> </table>
When the input data of a single row number and column number causes multiple errors, a record of error information will be output.
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Mass data processing
Mass data processing is supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
count |
The total number of records of detailed error information obtained is stored. |
|
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. |
|
Exception name |
Cause |
Solution |
---|---|---|
ErrorInfoNotFoundException |
Can't get the detailed error information. |
Execute the Data Check operation before this operation. |
-
The detailed error information you can get with this operation is the result of the Data Check operation that was executed right before this operation.
When multiple Data Check operations are placed in the script, the detailed error information you get with this operation will be the result of the Data Check operation that was executed lastly.
-
The detailed error information will be taken over in the script. However, it won't be taken over to threads created in the Thread operations or to different transactions.