<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data Reviewer: Unique composite value check in Data Reviewer Support Group Questions</title>
    <link>https://community.esri.com/t5/data-reviewer-support-group-questions/data-reviewer-unique-composite-value-check/m-p/789699#M11</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the table to table attribute check to find these kind of duplicates.&amp;nbsp; Select the fields you want to do an attribute comparison and then also include ObjectID &amp;lt;&amp;gt; ObjectID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when using the table to table attribute check, it is best to index the fields you are using in your attribute comparison for better performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2018 00:24:51 GMT</pubDate>
    <dc:creator>MichelleJohnson</dc:creator>
    <dc:date>2018-05-31T00:24:51Z</dc:date>
    <item>
      <title>Data Reviewer: Unique composite value check</title>
      <link>https://community.esri.com/t5/data-reviewer-support-group-questions/data-reviewer-unique-composite-value-check/m-p/789698#M10</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Data Reviewer Unique ID Check can be used to check if an attribute is unique in feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to create Data Reviewer batch job&amp;nbsp;to check combination of more than one attributes in feature class is unique.&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" height="180" style="border: 1px solid #c6c6c6; width: 228px;"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 82px;"&gt;City&lt;/TH&gt;&lt;TH style="width: 104px;"&gt;Street&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 82px;"&gt;Madison&lt;/TD&gt;&lt;TD style="width: 104px;"&gt;Glenwood Ave&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 82px;"&gt;Madison&lt;/TD&gt;&lt;TD style="width: 104px;"&gt;W Main St&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 82px;"&gt;Sun Prairie&lt;/TD&gt;&lt;TD style="width: 104px;"&gt;E Main St&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 82px;"&gt;Sun Prairie&lt;/TD&gt;&lt;TD style="width: 104px;"&gt;E Main St&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above example combination of city and street should be unique. Data reviewer should display row # 3 and 4 as errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers or help is greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 02:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-reviewer-support-group-questions/data-reviewer-unique-composite-value-check/m-p/789698#M10</guid>
      <dc:creator>SeetharamVeeramachaneni</dc:creator>
      <dc:date>2018-05-25T02:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reviewer: Unique composite value check</title>
      <link>https://community.esri.com/t5/data-reviewer-support-group-questions/data-reviewer-unique-composite-value-check/m-p/789699#M11</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the table to table attribute check to find these kind of duplicates.&amp;nbsp; Select the fields you want to do an attribute comparison and then also include ObjectID &amp;lt;&amp;gt; ObjectID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when using the table to table attribute check, it is best to index the fields you are using in your attribute comparison for better performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 00:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-reviewer-support-group-questions/data-reviewer-unique-composite-value-check/m-p/789699#M11</guid>
      <dc:creator>MichelleJohnson</dc:creator>
      <dc:date>2018-05-31T00:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reviewer: Unique composite value check</title>
      <link>https://community.esri.com/t5/data-reviewer-support-group-questions/data-reviewer-unique-composite-value-check/m-p/789700#M12</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michelle..!&lt;/P&gt;&lt;P&gt;I implemented table to table attribute check. This check is good as long as both city and&amp;nbsp;street fields are not null, if any one field is null or blank this check fails.&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6; width: 29.4486%;"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 10%;"&gt;City&lt;/TH&gt;&lt;TH style="width: 10%;"&gt;Street&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;Madison&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;Glenwood Ave&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;Madison&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;W Main St&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;Sun Prairie&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;SunPrairie&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;&amp;lt;NULL&amp;gt;&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;E Main St&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 10%;"&gt;&amp;lt;NULL&amp;gt;&lt;/TD&gt;&lt;TD style="width: 10%;"&gt;E Main St&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a work around, I created new filed with concatenated value of city and street and implemented Unique ID check.&lt;/P&gt;&lt;P&gt;But I would like to avoid creating new field if possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 12:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-reviewer-support-group-questions/data-reviewer-unique-composite-value-check/m-p/789700#M12</guid>
      <dc:creator>SeetharamVeeramachaneni</dc:creator>
      <dc:date>2018-06-04T12:58:17Z</dc:date>
    </item>
  </channel>
</rss>

