<?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: join field tool with overwrites in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438546#M34428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abdullah, &lt;/P&gt;&lt;P&gt;I made a few changes and actually got it to work. This is the new model I made to make it work. I need the &lt;STRONG&gt;Remove Join &lt;/STRONG&gt;so the parcel table didn't have the same info joined to it every time I joined the new excel file. &lt;IMG alt="Export Graphic.jpg" class="image-1 jive-image" src="/legacyfs/online/211768_Export Graphic.jpg" style="width: 620px; height: 563px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2016 21:29:20 GMT</pubDate>
    <dc:creator>CameronCole1</dc:creator>
    <dc:date>2016-07-13T21:29:20Z</dc:date>
    <item>
      <title>join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438541#M34423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using model builder to join the excel table I have with a parcel layer based on an ID field. However, every time I update my excel file and re-run the tool the data doesn't overwrite what was already in the parcel table. it just adds all of the fields to it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to pull it out to python and add an overwrite function or is there a easy tool I can just drag into model builder to overwrite what is in the table. Please give a little insight of what is my best practice&lt;IMG alt="Export Graphic.jpg" class="image-1 jive-image" src="/legacyfs/online/211713_Export Graphic.jpg" style="width: 620px; height: 412px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 15:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438541#M34423</guid>
      <dc:creator>CameronCole1</dc:creator>
      <dc:date>2016-07-13T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438542#M34424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the old join and rejoin the new. Given that you are updating this all the time, it is pointless to make the join permanent except for backup purposes... but who needs a model for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 17:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438542#M34424</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-13T17:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438543#M34425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I do the join of the table and the feature class and it works. When I right click and look to remove join there is no join relationship there. Same goes for the using the remove join tool. It doesn't see a join. &lt;/P&gt;&lt;P&gt;How can that be? The field are being joined based off one field and I see the new fields in the attribute table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything you have said I tried before you told me. I must just be missing a step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking the New input parcel (ParcelGDB) making it a parameter to define it then saying remove the join making (ParcelGDB(4)) then adding the new join to add the excel data based off of a field creating (ParcelGDB(3))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;IMG alt="Export Graphic.jpg" class="image-1 jive-image" src="/legacyfs/online/211766_Export Graphic.jpg" style="width: 620px; height: 419px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438543#M34425</guid>
      <dc:creator>CameronCole1</dc:creator>
      <dc:date>2016-07-13T20:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438544#M34426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;other than the mention of making layers when using remove join in modelbuilder &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/remove-join.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/remove-join.htm"&gt;Remove Join—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438544#M34426</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-13T20:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438545#M34427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, How do &lt;A _jive_internal="true" data-userid="220672" data-username="RoadsDept12" href="https://community.esri.com/people/RoadsDept12"&gt;Cameron Cole&lt;/A&gt; can update excel file without remove join?!!&lt;/P&gt;&lt;P&gt;If &lt;A _jive_internal="true" data-userid="220672" data-username="RoadsDept12" href="https://community.esri.com/people/RoadsDept12"&gt;Cameron Cole&lt;/A&gt; can update his excel file, he should be removed join before.&lt;/P&gt;&lt;P&gt;so I don't think the&amp;nbsp; &lt;STRONG&gt;Remove Join&lt;/STRONG&gt; is the problem of this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438545#M34427</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-07-13T21:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438546#M34428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abdullah, &lt;/P&gt;&lt;P&gt;I made a few changes and actually got it to work. This is the new model I made to make it work. I need the &lt;STRONG&gt;Remove Join &lt;/STRONG&gt;so the parcel table didn't have the same info joined to it every time I joined the new excel file. &lt;IMG alt="Export Graphic.jpg" class="image-1 jive-image" src="/legacyfs/online/211768_Export Graphic.jpg" style="width: 620px; height: 563px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438546#M34428</guid>
      <dc:creator>CameronCole1</dc:creator>
      <dc:date>2016-07-13T21:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438547#M34429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cameron,How do you can update excel file without remove join?!!&lt;/P&gt;&lt;P&gt; Why do you need to put Remove Join so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 18:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438547#M34429</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-07-14T18:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438548#M34430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abdullah, so if I don't remove the join my parcel layer will still be looking at my old excel table for the information and will still have the joined data associated with it. Once I remove the join my parcels will be back to just there original information. then from there I can rejoin the parcels to new information as it come up. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:04:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438548#M34430</guid>
      <dc:creator>CameronCole1</dc:creator>
      <dc:date>2016-07-15T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438549#M34431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not the correct answer.&lt;/P&gt;&lt;P&gt;Because excel will not allow you to update the file if the file still joined in arc map.&lt;/P&gt;&lt;P&gt;so I wonder that you think that Remove Join is the solution for your thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2016 11:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438549#M34431</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-07-16T11:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438550#M34432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would get an error if the join wasn't removed, ... you remove the join, update the information&amp;nbsp; and it can be rejoined with new information when the need arises.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2016 11:40:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438550#M34432</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-16T11:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438551#M34433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,Dan. you are right.&lt;/P&gt;&lt;P&gt;so Cameron will not need to put Remove Join in his model.&lt;/P&gt;&lt;P&gt;because if there is update for table it is mean removed join before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2016 15:04:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438551#M34433</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-07-16T15:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: join field tool with overwrites</title>
      <link>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438552#M34434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AWESOME!! I am right now creating scale models to then work the full data set. working out the kinks now is great! &lt;/P&gt;&lt;P&gt;Thanks so much for all the feed back and brain storming. I hate being the only GIS person in the office so I cant brain storm with people that know what I am going though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/join-field-tool-with-overwrites/m-p/438552#M34434</guid>
      <dc:creator>CameronCole1</dc:creator>
      <dc:date>2016-07-18T14:58:49Z</dc:date>
    </item>
  </channel>
</rss>

