<?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: How would I add multiple excel tables' data to a excel table made in arcpy? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-would-i-add-multiple-excel-tables-data-to-a/m-p/1041146#M5823</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/table-to-excel.htm" target="_blank"&gt;Table To Excel (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;if you created a proper table from your noted workflow&lt;/P&gt;</description>
    <pubDate>Fri, 26 Mar 2021 18:31:43 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-03-26T18:31:43Z</dc:date>
    <item>
      <title>How would I add multiple excel tables' data to a excel table made in arcpy?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-would-i-add-multiple-excel-tables-data-to-a/m-p/1041076#M5820</link>
      <description>&lt;P&gt;I'm trying to make a new excel table but only take pieces from excel tables throughout my excel data, how would I go about this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;print(arcpy.ListTables())&lt;/P&gt;&lt;P&gt;#arcpy.management.AddJoin(in_layer_or_view, in_field, join_table, join_field, {join_type})&lt;BR /&gt;arcpy.management.AddJoin("Centroid_Map_XYTabletopoint", "INSIDE_X", "Forest Processing Facilities", "join_field", {KEEP_ALL})&lt;BR /&gt;arcpy.management.AddJoin("Centroid_Map_XYTabletopoint", "INSIDE_Y", "Forest Processing Facilities", "join_field", {KEEP_ALL})&lt;/P&gt;&lt;P&gt;# arcpy.management.CreateTable(out_path, out_name, {template}, {config_keyword}, {out_alias})&lt;BR /&gt;arcpy.CreateTable_management(outpath,"Centroid_FPF")&lt;BR /&gt;arcpy.AddField_management("Centroid_FPF","X","Double")&lt;BR /&gt;arcpy.AddField_management("Centroid_FPF","Y","Double")&lt;BR /&gt;arcpy.AddField_management("Centroid_FPF","Start_X","Double")&lt;BR /&gt;arcpy.AddField_management("Centroid_FPF","Start_Y","Double")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 15:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-would-i-add-multiple-excel-tables-data-to-a/m-p/1041076#M5820</guid>
      <dc:creator>KeoniJames-Ashkewe</dc:creator>
      <dc:date>2021-03-26T15:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How would I add multiple excel tables' data to a excel table made in arcpy?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-would-i-add-multiple-excel-tables-data-to-a/m-p/1041146#M5823</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/table-to-excel.htm" target="_blank"&gt;Table To Excel (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;if you created a proper table from your noted workflow&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 18:31:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-would-i-add-multiple-excel-tables-data-to-a/m-p/1041146#M5823</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-03-26T18:31:43Z</dc:date>
    </item>
  </channel>
</rss>

