<?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: Error 210 in ArcGIS Pro / ArcGIS Notebook in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202328#M8964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a folder that is different, or "raw encode the folder path.&amp;nbsp; Either the \U will make the path unusable, or the \n later on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\Users\jrm236admin\Documents\new\Hurricane\folder\hurricane_dbf.dbf"&lt;/SPAN&gt;

  File &lt;SPAN class="string token"&gt;"&amp;lt;ipython-input-1-e0812d7d099a&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
    p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\Users\jrm236admin\Documents\new\Hurricane\folder\hurricane_dbf.dbf"&lt;/SPAN&gt;
       &lt;SPAN class="operator token"&gt;^&lt;/SPAN&gt;
SyntaxError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;unicode error&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'unicodeescape'&lt;/SPAN&gt; codec can't decode bytes &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; position &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; truncated \UXXXXXXXX escape

&lt;SPAN class="comment token"&gt;# ---- raw encoded... a little 'r' goes a long way&lt;/SPAN&gt;

p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"C:\Users\jrm236admin\Documents\new\Hurricane\folder\hurricane_dbf.dbf"&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;p&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
C&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\Users\jrm236admin\Documents\new\Hurricane\folder\hurricane_dbf&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dbf&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:03:03 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2021-12-11T10:03:03Z</dc:date>
    <item>
      <title>Error 210 in ArcGIS Pro / ArcGIS Notebook</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202325#M8961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could someone help why I'm having Error 210 on this script?&lt;/P&gt;&lt;P&gt;For info, I'm running the script&amp;nbsp;using ArcGIS Notebook with ArcGIS Pro.&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/484745_error210.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 21:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202325#M8961</guid>
      <dc:creator>deleted-user-3K8mKpoPb261</dc:creator>
      <dc:date>2020-03-10T21:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error 210 in ArcGIS Pro / ArcGIS Notebook</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202326#M8962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a *.dbf file has to go into a folder, If you want a geodatabase table, then a *.gdb needs to be specified&lt;/P&gt;&lt;P&gt;Your workspace name doesn't look right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 21:16:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202326#M8962</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-03-10T21:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error 210 in ArcGIS Pro / ArcGIS Notebook</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202327#M8963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, my workspace is a folder. I named it specifically like that. And i tried to rename it as well but it's still not working.&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/484746_error210_2.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 13:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202327#M8963</guid>
      <dc:creator>deleted-user-3K8mKpoPb261</dc:creator>
      <dc:date>2020-03-11T13:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error 210 in ArcGIS Pro / ArcGIS Notebook</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202328#M8964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a folder that is different, or "raw encode the folder path.&amp;nbsp; Either the \U will make the path unusable, or the \n later on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\Users\jrm236admin\Documents\new\Hurricane\folder\hurricane_dbf.dbf"&lt;/SPAN&gt;

  File &lt;SPAN class="string token"&gt;"&amp;lt;ipython-input-1-e0812d7d099a&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
    p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\Users\jrm236admin\Documents\new\Hurricane\folder\hurricane_dbf.dbf"&lt;/SPAN&gt;
       &lt;SPAN class="operator token"&gt;^&lt;/SPAN&gt;
SyntaxError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;unicode error&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'unicodeescape'&lt;/SPAN&gt; codec can't decode bytes &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; position &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; truncated \UXXXXXXXX escape

&lt;SPAN class="comment token"&gt;# ---- raw encoded... a little 'r' goes a long way&lt;/SPAN&gt;

p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"C:\Users\jrm236admin\Documents\new\Hurricane\folder\hurricane_dbf.dbf"&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;p&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
C&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\Users\jrm236admin\Documents\new\Hurricane\folder\hurricane_dbf&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dbf&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202328#M8964</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T10:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error 210 in ArcGIS Pro / ArcGIS Notebook</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202329#M8965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Dan! But is there a way to raw encode the output with TableToTable function. It's asking for both the output path and output name. And there's no option to raw encode the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 14:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202329#M8965</guid>
      <dc:creator>deleted-user-3K8mKpoPb261</dc:creator>
      <dc:date>2020-03-11T14:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error 210 in ArcGIS Pro / ArcGIS Notebook</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202330#M8966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try ...&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/functions/validatetablename.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/functions/validatetablename.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;ValidateTableName—ArcPy Functions | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems you have your workspace raw encoded, but it either doesn't like it in combination with the new table name.&lt;/P&gt;&lt;P&gt;Also, I don't see&lt;/P&gt;&lt;P&gt;arcpy.env.overwriteOutput anywhere in your script&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/get-started/checking-for-existence.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/get-started/checking-for-existence.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Checking for the existence of data—ArcPy Get Started | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I totally recommend not using c:\users for anything unless you are stuck in a shared environment.&amp;nbsp; If you can make your own folder ensuring the path subfolders don't begin with \g, \t, \u, \a, \b&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;p = "c:\t\a\n\b"
p
'c:\t\x07\n\x08'

print(p)
c:

# ---- r works, or \\ or /
p = r"c:\t\a\n\b"
print(p)
c:\t\a\n\b
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or the os module's path join&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'C:\\'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'t'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'n'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'b'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;

os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;p&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="string token"&gt;'C:\\t\\a\\n\\b'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202330#M8966</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error 210 in ArcGIS Pro / ArcGIS Notebook</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202331#M8967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried these workaround but it seemed to not have fixed the issue. This script doesn't even work i stand alone as well.&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/484814_error210_3.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 16:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-210-in-arcgis-pro-arcgis-notebook/m-p/202331#M8967</guid>
      <dc:creator>deleted-user-3K8mKpoPb261</dc:creator>
      <dc:date>2020-03-11T16:41:21Z</dc:date>
    </item>
  </channel>
</rss>

