Simulating the validation of a staging data record
From the Staging Data Browser in Talend MDM Web UI, you can simulate the validation of a staging data record and then determine how to make changes to the record to make it valid.
Prior to being saved to the master database, a staging data record has to go through a validation process, which involves checking the staging data record against the database schema, foreign key constraints, the data model validation rules defined in Talend Studio, and the Before-Saving process (if any) of the entity to which the data record pertains.
Information noteWarning: When you simulate the validation of a staging data record, make
sure that the Job called by the Before-Saving process
does not create new data or modify the existing data.