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 DataVerificationinstance.
- Assign the access you want to validate data for to your new DataVerificationentity instance and commit your changes.
- Create a new transient VerifyDatainstance.VerifyDatais a DDSA service request that runs in the background and performs the actual data validation.
- Assign your DataVerificationentity instance to your newVerifyDataservice 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 DataVerificationResultis assigned to yourDataVerificationResultentity instance.
- Download and inspect the data verification report.