Field Comparison

The Field Comparison quality control (QC Quality Control) check identifies features that contain an invalid comparison. Specifically, the check reports comparisons across two or more fields in a single layer. Both tables and feature classes can be used. Field Comparison creates a fallout when the comparison made fails to match the configured parameters, and can be used to:

  • Compare like fields. For example, comparing a street name field to a legacy street name field where the value should be identical: St_Name = Legacy_St_Name

  • Compare parsed fields against concatenated fields. For example, combining separate street name fields to compare against a street full name field: St_PreDir + St_Name + St_Typ + St_PosDir = St_FullName.

  • Compare numeric fields. For example, verifying that road ranges ascend correctly, smaller address ranges in the FROM field and larger (or equal) address ranges in the TO field: FromAddrL <= ToAddrL

  • Compare against geometry fields. For instance, to identify road segments shorter than 5 feet (unit of measurement is pulled from the QC projection): GeometryField > 5