Data Validator

Overview

The Alias Data Validator (ADV) is the backbone to performing data validation on Alias data. This class defines the default data validation rule set, that determines if the data in Alias is valid or not, and provides the necessary actions to resolve the data errors.

How to use it

The tk_alias.data_validator.AliasDataValidator includes the core functionality to perform the data validation, but does not provide a user interface to use it. The tk-multi-data-validation:dialog App provides the user interface for a DCC to perform data validation.

The Alias Engine instantiates an AliasDataValidator class member AliasEngine.data_validator that is used by the tk-multi-data-validation App via the engine hook.