In Data Reviewer Unique ID Check can be used to check if an attribute is unique in feature class.
I have a requirement to create Data Reviewer batch job to check combination of more than one attributes in feature class is unique.
| City | Street |
|---|
| Madison | Glenwood Ave |
| Madison | W Main St |
| Sun Prairie | E Main St |
| Sun Prairie | E Main St |
In above example combination of city and street should be unique. Data reviewer should display row # 3 and 4 as errors.
Any pointers or help is greatly appreciated.