<?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 Join GUID field to shapefile via arcpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/join-guid-field-to-shapefile-via-arcpy/m-p/318491#M24745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I understand that GUID fields aren't supported by shapefiles, and when you do a join manually in ArcMap (right click layer in TOC &amp;gt; join), it converts the GUID field to a string to join a table with a GUID to a shapefile. I figured it would do the same thing in arcpy as it does in ArcMap when using JoinField_management, but instead the tool fails. Is there any way to have that GUID field convert to string so I can join it with my shapefile? The only way I can think to do it is to copy the SDE database and change the GUID field to string field before joining it with my shapefile in arcpy, but I really want to avoid doing that as it isn't practical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 12:04:59 GMT</pubDate>
    <dc:creator>MKF62</dc:creator>
    <dc:date>2017-10-18T12:04:59Z</dc:date>
    <item>
      <title>Join GUID field to shapefile via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/join-guid-field-to-shapefile-via-arcpy/m-p/318491#M24745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I understand that GUID fields aren't supported by shapefiles, and when you do a join manually in ArcMap (right click layer in TOC &amp;gt; join), it converts the GUID field to a string to join a table with a GUID to a shapefile. I figured it would do the same thing in arcpy as it does in ArcMap when using JoinField_management, but instead the tool fails. Is there any way to have that GUID field convert to string so I can join it with my shapefile? The only way I can think to do it is to copy the SDE database and change the GUID field to string field before joining it with my shapefile in arcpy, but I really want to avoid doing that as it isn't practical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 12:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-guid-field-to-shapefile-via-arcpy/m-p/318491#M24745</guid>
      <dc:creator>MKF62</dc:creator>
      <dc:date>2017-10-18T12:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Join GUID field to shapefile via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/join-guid-field-to-shapefile-via-arcpy/m-p/318492#M24746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you would have to include add_field management and calculate_field management into your script to basically do what you know you can do manually before doing the join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 12:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-guid-field-to-shapefile-via-arcpy/m-p/318492#M24746</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-18T12:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Join GUID field to shapefile via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/join-guid-field-to-shapefile-via-arcpy/m-p/318493#M24747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, although less stream-lined than I'd like, that'll work and is probably the best way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 12:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-guid-field-to-shapefile-via-arcpy/m-p/318493#M24747</guid>
      <dc:creator>MKF62</dc:creator>
      <dc:date>2017-10-18T12:55:49Z</dc:date>
    </item>
  </channel>
</rss>

