If you want to identify the fields that contain validation errors in the exported data, you can map the ErrorList field group to target objects. The validation errors of root fields and field groups are captured in the ErrorList field group. The ErrorList field group inherits the name of the source object as the prefix and .ErrorList as the suffix.
For example, the c360.person.ErrorList field group captures the validation errors of fields in the Person business entity, and the corporation.ErrorList field group captures the validation errors of fields in a custom business entity called Corporation.
Note: Effective in the May 2023 release, the ability to map the ErrorList field group to target objects is available for preview.
Preview functionality is supported for evaluation purposes but is unwarranted and is not supported in production environments or any environment that you plan to push to production. Informatica intends to include the preview functionality in an upcoming release for production use, but might choose not to in accordance with changing market or technical circumstances. For more information, contact Informatica Global Customer Support.
The following image shows the fields within the c360.person.ErrorList field group that is mapped to a target object:
The following table describes the fields within the ErrorList field group that capture the validation errors:
Field Name
Description
ErrorList_parentID
The source primary key values of root fields and field groups that contain validation errors.
errorColumn
Name of the fields that have validation errors.
Note: The errorColumn field doesn't include the names of field groups that have validation errors.
errorSeverity
Severity of the validation error, such as warning or information.
ruleName
Name of the data quality rule association that returns the error.
errorMessage
The message associated with the validation error.
recordSourcePKey
The source primary key values of records that contain validation errors.
fieldGroupName
Name of the field group that contains validation errors.
Note: When multiple fields within a field group contain the same validation error, the fields are combined into a single row in the exported data.