<?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: What Toolbox is the Equivalent to Perform Manual Join in ArcMap in Python Snippets Questions</title>
    <link>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786231#M172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you use the right-click on layer...shortcut, which results in temporary joins and not permanent&lt;/P&gt;&lt;P&gt;or use &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-join.htm"&gt;&lt;STRONG&gt;Add Join&lt;/STRONG&gt; (temporary) &lt;/A&gt;then &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/remove-join.htm"&gt;Remove Join&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Dec 2017 19:57:50 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-12-16T19:57:50Z</dc:date>
    <item>
      <title>What Toolbox is the Equivalent to Perform Manual Join in ArcMap</title>
      <link>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786228#M169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px; font-size: 15px; margin: 0px 0px 1em;"&gt;Using ArcGIS 10.4, what Toolbox is the equivalent to performing manual join in ArcMap between a Vector Feature Class and a Table?&lt;/P&gt;&lt;P style="border: 0px; font-size: 15px; margin: 0px 0px 1em;"&gt;I am trying to create a GIS Model in Model Builder and I need to Join a Shapefile to a .dbf table so I used&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit; font-size: 13px; margin: 0px; padding: 1px 5px;"&gt;Add Join&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from the Toolbox which looks is for Raster datasets!&lt;/P&gt;&lt;P style="border: 0px; font-size: 15px; margin: 0px 0px 1em;"&gt;ESRI Claims that the Add Join tool&amp;nbsp;&lt;SPAN class="" style="color: #4d4d4d; background-color: #fefefe;"&gt;Joins&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a layer to another layer or table (&lt;STRONG&gt;where layer is a&lt;SPAN style="color: #ff0000;"&gt; feature layer&lt;/SPAN&gt;&lt;/STRONG&gt;, table view, or raster layer with a raster attribute table) based on a common field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 15px; margin: 0px 0px 1em;"&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;But looks like the tool only works with Raster and not Vector to table&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2017 17:56:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786228#M169</guid>
      <dc:creator>BehrouzHosseini</dc:creator>
      <dc:date>2017-12-16T17:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: What Toolbox is the Equivalent to Perform Manual Join in ArcMap</title>
      <link>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786229#M170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm"&gt;Join Field—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;. Since you post in the Python space another interesting way would be following the instructions in this post:&amp;nbsp;&lt;A href="https://community.esri.com/blogs/richard_fairhurst/2014/11/08/turbo-charging-data-manipulation-with-python-cursors-and-dictionaries"&gt;/blogs/richard_fairhurst/2014/11/08/turbo-charging-data-manipulation-with-python-cursors-and-dictionaries&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2017 18:17:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786229#M170</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-12-16T18:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: What Toolbox is the Equivalent to Perform Manual Join in ArcMap</title>
      <link>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786230#M171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander,&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the Join Field create a permanent join which a very time consuming process. what I need is creating a Temporary join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2017 19:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786230#M171</guid>
      <dc:creator>BehrouzHosseini</dc:creator>
      <dc:date>2017-12-16T19:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: What Toolbox is the Equivalent to Perform Manual Join in ArcMap</title>
      <link>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786231#M172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you use the right-click on layer...shortcut, which results in temporary joins and not permanent&lt;/P&gt;&lt;P&gt;or use &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-join.htm"&gt;&lt;STRONG&gt;Add Join&lt;/STRONG&gt; (temporary) &lt;/A&gt;then &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/remove-join.htm"&gt;Remove Join&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2017 19:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/what-toolbox-is-the-equivalent-to-perform-manual/m-p/786231#M172</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-16T19:57:50Z</dc:date>
    </item>
  </channel>
</rss>

