<?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 Copying values from one table to another table - error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/copying-values-from-one-table-to-another-table/m-p/1363524#M69461</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HollyGraham_2-1703161010836.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89749iC0717A3DF34CFCBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HollyGraham_2-1703161010836.png" alt="HollyGraham_2-1703161010836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I bet this is a really simple fix, but unfortunately I just cant get this to work! Where have I went wrong?&lt;/P&gt;&lt;P&gt;All I am doing is copying the "currentday" values from TableR into the "currentdate" field in this table.&lt;/P&gt;&lt;P&gt;This is part of a model I am building so I don't want to just calculate the actual current date with python as I did previous in the model incase I'm back dating the model, so the date might not be today, I just need it to copy the date as stated in TableR "currentday" field. I'm just straight forward copying values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2023 12:20:25 GMT</pubDate>
    <dc:creator>HollyGraham</dc:creator>
    <dc:date>2023-12-21T12:20:25Z</dc:date>
    <item>
      <title>Copying values from one table to another table - error</title>
      <link>https://community.esri.com/t5/python-questions/copying-values-from-one-table-to-another-table/m-p/1363524#M69461</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HollyGraham_2-1703161010836.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89749iC0717A3DF34CFCBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HollyGraham_2-1703161010836.png" alt="HollyGraham_2-1703161010836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I bet this is a really simple fix, but unfortunately I just cant get this to work! Where have I went wrong?&lt;/P&gt;&lt;P&gt;All I am doing is copying the "currentday" values from TableR into the "currentdate" field in this table.&lt;/P&gt;&lt;P&gt;This is part of a model I am building so I don't want to just calculate the actual current date with python as I did previous in the model incase I'm back dating the model, so the date might not be today, I just need it to copy the date as stated in TableR "currentday" field. I'm just straight forward copying values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 12:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copying-values-from-one-table-to-another-table/m-p/1363524#M69461</guid>
      <dc:creator>HollyGraham</dc:creator>
      <dc:date>2023-12-21T12:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copying values from one table to another table - error</title>
      <link>https://community.esri.com/t5/python-questions/copying-values-from-one-table-to-another-table/m-p/1363605#M69462</link>
      <description>&lt;P&gt;I think what you mean to do is a &lt;A href="https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/add-join.htm" target="_self"&gt;table join&lt;/A&gt;. Is there a key id field in "this table" that relates to the same id field in TableR? Once you join the tables based on this id field, you can run calculate field.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 15:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/copying-values-from-one-table-to-another-table/m-p/1363605#M69462</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2023-12-21T15:21:57Z</dc:date>
    </item>
  </channel>
</rss>

