<?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: Need to truncate/remove leading characters with Calculate Field in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/need-to-truncate-remove-leading-characters-with/m-p/1298575#M70166</link>
    <description>&lt;P&gt;Depending on your naming scheme:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# if it's always the same start:
!GeoID!.replace("1000000US", "")

# if the number can change:
!GeoID!.split("US")[-1]&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 13 Jun 2023 14:43:51 GMT</pubDate>
    <dc:creator>JohannesLindner</dc:creator>
    <dc:date>2023-06-13T14:43:51Z</dc:date>
    <item>
      <title>Need to truncate/remove leading characters with Calculate Field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-to-truncate-remove-leading-characters-with/m-p/1298568#M70165</link>
      <description>&lt;P&gt;Hello, I simply need to truncate (remove) some leading characters with the Field Calculator, but can't recall which Python command I need to use. The purpose is to create a common field to Join Census Data with TIGER. See below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Craig_Eissler_Iceman_0-1686666707842.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/73040i164AFC8693E48925/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Craig_Eissler_Iceman_0-1686666707842.png" alt="Craig_Eissler_Iceman_0-1686666707842.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-to-truncate-remove-leading-characters-with/m-p/1298568#M70165</guid>
      <dc:creator>Craig_Eissler_Iceman</dc:creator>
      <dc:date>2023-06-13T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to truncate/remove leading characters with Calculate Field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-to-truncate-remove-leading-characters-with/m-p/1298575#M70166</link>
      <description>&lt;P&gt;Depending on your naming scheme:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# if it's always the same start:
!GeoID!.replace("1000000US", "")

# if the number can change:
!GeoID!.split("US")[-1]&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-to-truncate-remove-leading-characters-with/m-p/1298575#M70166</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-06-13T14:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need to truncate/remove leading characters with Calculate Field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-to-truncate-remove-leading-characters-with/m-p/1298584#M70168</link>
      <description>&lt;P&gt;Ah yes, "Replace" -- thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-to-truncate-remove-leading-characters-with/m-p/1298584#M70168</guid>
      <dc:creator>Craig_Eissler_Iceman</dc:creator>
      <dc:date>2023-06-13T14:57:25Z</dc:date>
    </item>
  </channel>
</rss>

