<?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: Removing Characters from table in New to GIS Questions</title>
    <link>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303488#M787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the field calculator, you should just make a new string without the 6 zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!FieldName!.replace("000000", "")&amp;nbsp; &lt;/STRONG&gt;-- if 6 zeros only exists once in each record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!FieldName![5:] &lt;/STRONG&gt;‌--this should pull all characters past the 6th character to the end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these for more help&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/21637/arcgis-10-python-split-string" title="http://gis.stackexchange.com/questions/21637/arcgis-10-python-split-string"&gt;ArcGIS 10 Python split string - Geographic Information Systems Stack Exchange&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s0000002m000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s0000002m000000"&gt;ArcGIS Desktop --this may be better&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 20:08:31 GMT</pubDate>
    <dc:creator>BrandonColeman</dc:creator>
    <dc:date>2014-07-17T20:08:31Z</dc:date>
    <item>
      <title>Removing Characters from table</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303487#M786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am trying to use the field calculator to remove text in a data table. All of the addresses have (6) zero's in front of the address and I am trying to remove them. I am using arcmap 10.1 with a standard license.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me how to remove the first 6 characters in each entry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 20:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303487#M786</guid>
      <dc:creator>WilliamRice1</dc:creator>
      <dc:date>2014-07-17T20:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Characters from table</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303488#M787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the field calculator, you should just make a new string without the 6 zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!FieldName!.replace("000000", "")&amp;nbsp; &lt;/STRONG&gt;-- if 6 zeros only exists once in each record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!FieldName![5:] &lt;/STRONG&gt;‌--this should pull all characters past the 6th character to the end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these for more help&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/21637/arcgis-10-python-split-string" title="http://gis.stackexchange.com/questions/21637/arcgis-10-python-split-string"&gt;ArcGIS 10 Python split string - Geographic Information Systems Stack Exchange&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s0000002m000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s0000002m000000"&gt;ArcGIS Desktop --this may be better&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 20:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303488#M787</guid>
      <dc:creator>BrandonColeman</dc:creator>
      <dc:date>2014-07-17T20:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Characters from table</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303489#M788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; a = '00000012345'&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; a[6:]&lt;/P&gt;&lt;P&gt;'12345'&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 20:23:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303489#M788</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-07-17T20:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Characters from table</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303490#M789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the correction.&amp;nbsp; At least I had the idea right.&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 20:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303490#M789</guid>
      <dc:creator>BrandonColeman</dc:creator>
      <dc:date>2014-07-17T20:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Characters from table</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303491#M790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find and replace would be easier.&amp;nbsp; You don't need any code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 20:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/removing-characters-from-table/m-p/303491#M790</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2014-07-17T20:32:15Z</dc:date>
    </item>
  </channel>
</rss>

