<?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 Field Calculator in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator/m-p/1111297#M47205</link>
    <description>&lt;P&gt;I'm having trouble field calculating everything left of the last space.&lt;/P&gt;&lt;P&gt;Ex. MAIN ST&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex. BARE HALLOW DR&lt;/P&gt;&lt;P&gt;I am need of just "MAIN" and Just "BARE HALLOW" for my street names field without the post type. I started with full address (425 S MAIN ST) and have most of them narrowed down by the script bellow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ex: 4256 Monroe St&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to select everything right and left of space.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;s = 4256 Monroe St&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;s.split(" ", 1)[1].rsplit(" ", 1)[0]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Result: Monroe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ex: Monroe St&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want everything before the space.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;s= Monroe St&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;s.split(" ")[0]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Result: Monroe&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Oct 2021 15:49:28 GMT</pubDate>
    <dc:creator>GarrettByrd</dc:creator>
    <dc:date>2021-10-26T15:49:28Z</dc:date>
    <item>
      <title>Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator/m-p/1111297#M47205</link>
      <description>&lt;P&gt;I'm having trouble field calculating everything left of the last space.&lt;/P&gt;&lt;P&gt;Ex. MAIN ST&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex. BARE HALLOW DR&lt;/P&gt;&lt;P&gt;I am need of just "MAIN" and Just "BARE HALLOW" for my street names field without the post type. I started with full address (425 S MAIN ST) and have most of them narrowed down by the script bellow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ex: 4256 Monroe St&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to select everything right and left of space.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;s = 4256 Monroe St&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;s.split(" ", 1)[1].rsplit(" ", 1)[0]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Result: Monroe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ex: Monroe St&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want everything before the space.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;s= Monroe St&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;s.split(" ")[0]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Result: Monroe&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator/m-p/1111297#M47205</guid>
      <dc:creator>GarrettByrd</dc:creator>
      <dc:date>2021-10-26T15:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator/m-p/1111300#M47206</link>
      <description>&lt;P&gt;See if this &lt;A href="https://community.esri.com/t5/python-questions/a-better-way-to-parse-an-address/td-p/17782" target="_self"&gt;older post of mine&lt;/A&gt; can help.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator/m-p/1111300#M47206</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-10-26T15:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator/m-p/1111327#M47208</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Parser&lt;/STRONG&gt;: Python&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!StreetName!.rsplit(' ',1)[0]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 16:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator/m-p/1111327#M47208</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-10-26T16:38:26Z</dc:date>
    </item>
  </channel>
</rss>

