<?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 Select addresses that don't  have street numbers in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/select-addresses-that-don-t-have-street-numbers/m-p/1204032#M58809</link>
    <description>&lt;P&gt;I want to QA the address field in my table by removing records that don't have a street number anywhere in the cell.&amp;nbsp; Because StreetMap Premium can use a street number that is not at the beginning of the cell, I still want to keep records in which the number is after the street name, so simply sorting or using "begins with" is not an option.&amp;nbsp; I've tried selecting by using "has value(s)" and "doesn't have value(s)," but I keep getting 0 records selected.&amp;nbsp; So for example, if the cell has&lt;/P&gt;&lt;P&gt;Smith Ave 226&lt;/P&gt;&lt;P&gt;how do I come up with a way to either select that record so I can invert the selection or select records that don't have any numbers?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2022 01:35:20 GMT</pubDate>
    <dc:creator>CherylCollins</dc:creator>
    <dc:date>2022-08-18T01:35:20Z</dc:date>
    <item>
      <title>Select addresses that don't  have street numbers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-addresses-that-don-t-have-street-numbers/m-p/1204032#M58809</link>
      <description>&lt;P&gt;I want to QA the address field in my table by removing records that don't have a street number anywhere in the cell.&amp;nbsp; Because StreetMap Premium can use a street number that is not at the beginning of the cell, I still want to keep records in which the number is after the street name, so simply sorting or using "begins with" is not an option.&amp;nbsp; I've tried selecting by using "has value(s)" and "doesn't have value(s)," but I keep getting 0 records selected.&amp;nbsp; So for example, if the cell has&lt;/P&gt;&lt;P&gt;Smith Ave 226&lt;/P&gt;&lt;P&gt;how do I come up with a way to either select that record so I can invert the selection or select records that don't have any numbers?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 01:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-addresses-that-don-t-have-street-numbers/m-p/1204032#M58809</guid>
      <dc:creator>CherylCollins</dc:creator>
      <dc:date>2022-08-18T01:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select addresses that don't  have street numbers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-addresses-that-don-t-have-street-numbers/m-p/1204096#M58815</link>
      <description>&lt;P&gt;You can use several options&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/19859282/check-if-a-string-contains-a-number" target="_blank" rel="noopener"&gt;python - Check if a string contains a number - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but you could try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;a = 'Smith Ave 226'
# `a` is your field

any([i.isdigit() for i in a])

True&lt;/LI-CODE&gt;&lt;P&gt;will give you records that have a number, either `not` the above or switch the selection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 08:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-addresses-that-don-t-have-street-numbers/m-p/1204096#M58815</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-08-18T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select addresses that don't  have street numbers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-addresses-that-don-t-have-street-numbers/m-p/1206124#M59046</link>
      <description>&lt;P&gt;Thanks for the suggestion.&amp;nbsp; I didn't get a chance to check it out because I discovered that what I was doing wrong was using "does not include the value(s)," when I should have been using "does not contain the text" because the address field has both letters and numbers.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 21:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-addresses-that-don-t-have-street-numbers/m-p/1206124#M59046</guid>
      <dc:creator>CherylCollins</dc:creator>
      <dc:date>2022-08-24T21:59:08Z</dc:date>
    </item>
  </channel>
</rss>

