Validating Data
You can perform basic data validation checks using the Data Validation cartridge.
On this page
General
Out-of-the-box data validation functionality that comes with the Data Validation cartridge performs two basic checks:
- data retrieval check, i.e. whether data from a given access can be retrieved
- entity type check, i.e. whether the data returned matches the data defined in the entity type
Prerequisites
- Deployed and synchronized Data Validation cartridge
Validating Data
To validate data for a given access:
- In Control Center, navigate to Service Processors and deploy the Data Verification Service Processor.
- Create a new
DataVerification
instance. - Assign the access you want to validate data for to your new
DataVerification
entity instance and commit your changes. - Create a new transient
VerifyData
instance.VerifyData
is a DDSA service request that runs in the background and performs the actual data validation. - Assign your
DataVerification
entity instance to your newVerifyData
service and click Apply. - Execute the request and refresh Control Center. Data validation takes place in the background.
- Keep refreshing until you see that an instance of
DataVerificationResult
is assigned to yourDataVerificationResult
entity instance. - Download and inspect the data verification report.