<?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: Extracting an Address from a string in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419906#M45135</link>
    <description>&lt;P&gt;Try copying the column with the long string into a new sheet and use Excel's Text to Columns to split it on spaces. You will still probably have to do some manual cleanup.&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2024 14:12:40 GMT</pubDate>
    <dc:creator>BobBooth1</dc:creator>
    <dc:date>2024-05-07T14:12:40Z</dc:date>
    <item>
      <title>Extracting an Address from a string</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419871#M45133</link>
      <description>&lt;P&gt;I have an excel spreadsheet which has names and addresses in it. They are listed as&amp;nbsp;&lt;/P&gt;&lt;P&gt;first name last name 12344 Street name Street Type&lt;/P&gt;&lt;P&gt;I am trying to break this down and put each in it's own column in Excel so I can join it with my attribute table of a hosted feature layer in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Can anyone help me with the Excel function which would accomplish this?&lt;/P&gt;&lt;P&gt;Note: I figured out how to get the name from the Excel cells but having trouble with the address number which is the middle of the string.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 13:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419871#M45133</guid>
      <dc:creator>SLouq</dc:creator>
      <dc:date>2024-05-07T13:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting an Address from a string</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419885#M45134</link>
      <description>&lt;P&gt;How consistent are your data? if its always "john smith 1234 Main St" you could use python to split your addresses at the spaces so you end up a list that would look like ["john", "smith", 1234, "Main", "St"] and from there write elements right of "smith" into a field that is properly formatted. The problem with these kind of data is if there are weird cases that don't fit this pattern.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 13:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419885#M45134</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-05-07T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting an Address from a string</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419906#M45135</link>
      <description>&lt;P&gt;Try copying the column with the long string into a new sheet and use Excel's Text to Columns to split it on spaces. You will still probably have to do some manual cleanup.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 14:12:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419906#M45135</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2024-05-07T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting an Address from a string</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419918#M45136</link>
      <description>&lt;P&gt;If money is no object, there is always &lt;A href="https://www.esri.com/en-us/arcgis/products/locatext/overview" target="_blank"&gt;Entity Extraction Software | Unstructured Data Analysis | ArcGIS LocateXT (esri.com),&lt;/A&gt; but I think your situation is simple enough Excel's Text to Columns should work.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 14:55:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-an-address-from-a-string/m-p/1419918#M45136</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2024-05-07T14:55:17Z</dc:date>
    </item>
  </channel>
</rss>

