Fetch Data Quality Errors
Description
Fetches records that failed validation during a previously executed Data Quality run in Infoveave.
The activity allows users to specify a Data Quality configuration (DataQualityId
) and a list of validation rules (DataQualityRuleIds
) to retrieve the rows that failed those rules..
Use Case:
Identify and isolate invalid records from a data quality run (e.g., missing emails, invalid phone numbers) for review or correction.
Input
Not Applicable
Output
Output Type | Structure |
---|---|
Data | List of rows with failed validations |
Configuration Fields
Field Name | Required | Description |
---|---|---|
Data Quality | Yes | Select Data quality from the list |
Data Quality Rule | Yes | Select the Rule From the List |
Sample Input
Not Applicable
Sample Configuration
Field | Value |
---|---|
Data quality | Sales |
Data quality rule | NullCheck |
Sample Output
CustomerId | Phone | Rule | |
---|---|---|---|
123 | (empty) | 12345 | |
124 | [email protected] | Null Check |