<?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: Add table via python code in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483689#M3256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-userid="3420" data-username="bixb0012" href="https://community.esri.com/people/bixb0012"&gt;Joshua,&lt;/A&gt;&amp;nbsp;Thanks, missed that when I was&amp;nbsp;searching and pasting the links last night.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Aug 2019 15:46:25 GMT</pubDate>
    <dc:creator>LanceCole</dc:creator>
    <dc:date>2019-08-02T15:46:25Z</dc:date>
    <item>
      <title>Add table via python code</title>
      <link>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483686#M3253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know of code to add a table via python coding. I am creating a script to run within ArcMap that will create then add a table to the document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 21:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483686#M3253</guid>
      <dc:creator>ZavierWilliams</dc:creator>
      <dc:date>2019-08-01T21:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add table via python code</title>
      <link>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483687#M3254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-userid="335633" data-username="zwilliams06" href="https://community.esri.com/people/zwilliams06"&gt;Zavier&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add a table using the Create Table function in python from ArcGIS Desktop or Pro.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-table.htm"&gt;Create Table— ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-table.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-table.htm"&gt;Create Table—ArcGIS Pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields can be added to the table using Add Field function in python from Desktop or Pro&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-field.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-field.htm"&gt;Add Field—ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-field.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-field.htm"&gt;Add Field—ArcGIS Pro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add rows of data you can use an InsertCursor in python from Desktop or Pro&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/updatecursor-class.htm" title="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/insertcursor.htm"&gt;InsertCursor—ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/insertcursor-class.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/data-access/insertcursor-class.htm"&gt;InsertCursor—ArcGIS&amp;nbsp;Pro&lt;/A&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;You can also add a table from other sources such as XLS, XLSX, CSV, TXT, DBF, etc. using Table to Table conversion from both Desktop and Pro&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/table-to-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/table-to-table.htm"&gt;Table To Table—ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/conversion/table-to-table.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/conversion/table-to-table.htm"&gt;Table To Table—ArcGIS Pro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 23:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483687#M3254</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-08-01T23:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add table via python code</title>
      <link>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483688#M3255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/67060"&gt;Lance Cole&lt;/A&gt;‌, your InsertCursor for ArcGIS Desktop is to the older/legacy cursors.&amp;nbsp; I suggest you send people to the DA cursors:&amp;nbsp; &lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/insertcursor-class.htm" title="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/insertcursor-class.htm"&gt;InsertCursor—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 15:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483688#M3255</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-08-02T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add table via python code</title>
      <link>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483689#M3256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-userid="3420" data-username="bixb0012" href="https://community.esri.com/people/bixb0012"&gt;Joshua,&lt;/A&gt;&amp;nbsp;Thanks, missed that when I was&amp;nbsp;searching and pasting the links last night.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 15:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/add-table-via-python-code/m-p/483689#M3256</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-08-02T15:46:25Z</dc:date>
    </item>
  </channel>
</rss>

