<?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 Find Numeric value in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488102#M16320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select those records who's start with numeric value in Arcgis10.2. could you please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2016 05:22:35 GMT</pubDate>
    <dc:creator>kapildev</dc:creator>
    <dc:date>2016-10-21T05:22:35Z</dc:date>
    <item>
      <title>Find Numeric value</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488102#M16320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select those records who's start with numeric value in Arcgis10.2. could you please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 05:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488102#M16320</guid>
      <dc:creator>kapildev</dc:creator>
      <dc:date>2016-10-21T05:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numeric value</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488103#M16321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Select by Attributes, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name &amp;gt;= '0' AND Name &amp;lt; ':'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="249021" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/249021_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;where Name is the FieldName&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.asciitable.com/" title="http://www.asciitable.com/"&gt;http://www.asciitable.com/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 06:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488103#M16321</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-10-21T06:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numeric value</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488104#M16322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;name &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'0.ab'&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; name&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;isnumeric&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In python....&lt;/P&gt;&lt;P&gt;as a demo... since technically a field beginning with a '.' doesn't begin with a number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488104#M16322</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T21:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numeric value</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488105#M16323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the python snippet. Actually I mentioned a colon, which comes right after the value of 9 in ASCII Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 09:09:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488105#M16323</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-10-21T09:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numeric value</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488106#M16324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;old eyes... . : &amp;nbsp;are starting to look alike&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 09:40:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488106#M16324</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-10-21T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find Numeric value</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488107#M16325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for support....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 04:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/find-numeric-value/m-p/488107#M16325</guid>
      <dc:creator>kapildev</dc:creator>
      <dc:date>2016-10-24T04:29:40Z</dc:date>
    </item>
  </channel>
</rss>

