<?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: New and need some major help!!!!! in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246469#M19088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks, I just tried that, and keep getting there was a failure durring proessing, check Geoprocessinf Results widow for details. &lt;BR /&gt;&lt;BR /&gt;No detail window is to be found either.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you use the Python parser?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 15:34:16 GMT</pubDate>
    <dc:creator>MathewCoyle</dc:creator>
    <dc:date>2013-01-31T15:34:16Z</dc:date>
    <item>
      <title>New and need some major help!!!!!</title>
      <link>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246466#M19085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a field (string 150), called RFID. It has a text coded number for RFID tags. I need to chop off the first part of the number, and leave only 8 identifying number at the back. is there a way of doing this, since I have over 2000 RFID tags, and I do not want to do it by hand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1st Field RFID_Tag (String, 150) 3000000000000000000000000000000000000000BC201001078 (needs to be reduced into field)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2nd field RFID_Code(String, 50)&amp;nbsp; BC201001078 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They are both in the same table. The RFID_Tag comes from a spread sheet imported into ArcMap, them made into a feature class table, then a Feature class. But how do I remove the excess front numbers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for all your ideas and help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 14:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246466#M19085</guid>
      <dc:creator>AndrewSmith</dc:creator>
      <dc:date>2013-01-31T14:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: New and need some major help!!!!!</title>
      <link>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246467#M19086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could just do this in field calculator unless you want to make it a script. Your example has more than 8 characters so modify the number you want if it isn't 8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RFID_Code =&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;!RFID_Tag![-8:]&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 15:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246467#M19086</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2013-01-31T15:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: New and need some major help!!!!!</title>
      <link>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246468#M19087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that worked great, Thanks for the help. I also just learned where the results get posted to as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Mathew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 15:26:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246468#M19087</guid>
      <dc:creator>AndrewSmith</dc:creator>
      <dc:date>2013-01-31T15:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: New and need some major help!!!!!</title>
      <link>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246469#M19088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks, I just tried that, and keep getting there was a failure durring proessing, check Geoprocessinf Results widow for details. &lt;BR /&gt;&lt;BR /&gt;No detail window is to be found either.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you use the Python parser?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 15:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/new-and-need-some-major-help/m-p/246469#M19088</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2013-01-31T15:34:16Z</dc:date>
    </item>
  </channel>
</rss>

