What is Cross-Field Validation?
Cross-field validation is the process of verifying the logical relationship between two or more extracted data points within the same record. While single-field validation ensures a price is a number, cross-field validation ensures the discount price is strictly less than the original price. It is the primary defense against silent schema drift, catching selector swaps and layout changes that otherwise pollute downstream data warehouses with structurally valid but logically impossible records.