<?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 Determine highest number in Feature class and check against table in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/determine-highest-number-in-feature-class-and/m-p/433474#M34053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure where to begin on this one, so a little direction would help...... Thank You in advance&lt;/P&gt;&lt;P&gt;I am looking for a geoprocessing tool to evaluate several fields and feature classes and&amp;nbsp;determine whether or not the same number is a match in a table. The attachment is a good illustration of what needs to happen and any tools should report a match or no match or Null. Unfortunately all the fields are text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You once again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry Adgate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2017 20:20:08 GMT</pubDate>
    <dc:creator>LarryAdgate</dc:creator>
    <dc:date>2017-06-13T20:20:08Z</dc:date>
    <item>
      <title>Determine highest number in Feature class and check against table</title>
      <link>https://community.esri.com/t5/python-questions/determine-highest-number-in-feature-class-and/m-p/433474#M34053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure where to begin on this one, so a little direction would help...... Thank You in advance&lt;/P&gt;&lt;P&gt;I am looking for a geoprocessing tool to evaluate several fields and feature classes and&amp;nbsp;determine whether or not the same number is a match in a table. The attachment is a good illustration of what needs to happen and any tools should report a match or no match or Null. Unfortunately all the fields are text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You once again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry Adgate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 20:20:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/determine-highest-number-in-feature-class-and/m-p/433474#M34053</guid>
      <dc:creator>LarryAdgate</dc:creator>
      <dc:date>2017-06-13T20:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Determine highest number in Feature class and check against table</title>
      <link>https://community.esri.com/t5/python-questions/determine-highest-number-in-feature-class-and/m-p/433475#M34054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I notice that &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;SEQCOUNTER&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;is a number while &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;FACILITYID&lt;/SPAN&gt; has a single letter prefix. This process might be different depending on if this is part of a larger Python script workflow or just a single task. As part of a larger process, maybe &lt;A _jive_internal="true" href="https://community.esri.com/blogs/richard_fairhurst/2014/11/08/turbo-charging-data-manipulation-with-python-cursors-and-dictionaries"&gt;use cursors with dictionaries/lists&lt;/A&gt; to read, compare, and join the data. As a single task, you could create a new &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;SEQCOUNTER&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;field in each feature class and calculate it without the prefix letter to serve as a join field with the table. &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/joining-attributes-in-one-table-to-another.htm"&gt;Join each feature class to the table&amp;nbsp;&lt;/A&gt;on &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;SEQCOUNTER&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;. Note that you'll get duplicates in the table&amp;nbsp;when joining if &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;SEQCOUNTER&lt;/SPAN&gt; is not unique in a feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 20:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/determine-highest-number-in-feature-class-and/m-p/433475#M34054</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2017-06-13T20:34:00Z</dc:date>
    </item>
  </channel>
</rss>

