<?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: RuntimeError: The Field type is invalid or unsupported for the operation. in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798916#M1965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed at least one of those fields contains special characters. If you don't include that column (or any other column with special characters) dose the code run fine? I wonder if the problem is the encoding in the text...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2019 14:15:36 GMT</pubDate>
    <dc:creator>EarlMedina</dc:creator>
    <dc:date>2019-09-19T14:15:36Z</dc:date>
    <item>
      <title>RuntimeError: The Field type is invalid or unsupported for the operation.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798913#M1962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use ArcGIS api for Python,there is an error appeared:RuntimeError: The Field type is invalid or unsupported for the operation..Whats wrong? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 08:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798913#M1962</guid>
      <dc:creator>LinoSun</dc:creator>
      <dc:date>2019-09-17T08:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The Field type is invalid or unsupported for the operation.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798914#M1963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you show us the previous lines that show what &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;col&lt;/SPAN&gt; is equal to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Earl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798914#M1963</guid>
      <dc:creator>EarlMedina</dc:creator>
      <dc:date>2019-09-17T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The Field type is invalid or unsupported for the operation.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798915#M1964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;col = list(sedf.columns)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 12:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798915#M1964</guid>
      <dc:creator>LinoSun</dc:creator>
      <dc:date>2019-09-18T12:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The Field type is invalid or unsupported for the operation.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798916#M1965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed at least one of those fields contains special characters. If you don't include that column (or any other column with special characters) dose the code run fine? I wonder if the problem is the encoding in the text...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 14:15:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798916#M1965</guid>
      <dc:creator>EarlMedina</dc:creator>
      <dc:date>2019-09-19T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The Field type is invalid or unsupported for the operation.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798917#M1966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think the problem is the encoding in the text, because the problem is column "SHAPE", bu I do not know why it cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 14:31:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/runtimeerror-the-field-type-is-invalid-or/m-p/798917#M1966</guid>
      <dc:creator>LinoSun</dc:creator>
      <dc:date>2019-09-19T14:31:18Z</dc:date>
    </item>
  </channel>
</rss>

