<?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: Exclude objectid field when running excel to table? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231332#M62200</link>
    <description>&lt;P&gt;The ArcGIS API for Python be well suited to this sort of transformation.&amp;nbsp; Read the feature class into a spatially enabled dataframe, do stuff (filter, etc), then write to excel.&amp;nbsp; Docs at&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/" target="_blank"&gt;https://developers.arcgis.com/python/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2022 17:49:13 GMT</pubDate>
    <dc:creator>TylerT</dc:creator>
    <dc:date>2022-11-14T17:49:13Z</dc:date>
    <item>
      <title>Exclude objectid field when running excel to table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231227#M62182</link>
      <description>&lt;P&gt;I have a script that selects records in a table and exports them as excel files. The fields are very important and the 'objectid' is unwanted. Is there a way to control which fields are output when running 'ExcelToTable'?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Randy McGregor&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 14:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231227#M62182</guid>
      <dc:creator>RandyMcGregor3</dc:creator>
      <dc:date>2022-11-14T14:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude objectid field when running excel to table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231295#M62190</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/429113"&gt;@RandyMcGregor3&lt;/a&gt;&amp;nbsp;I assume you have a geodatabase table that needs to be exported as Excel file.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add table to ArcGIS Pro and right-click access to Data Design &amp;gt; Fields&lt;/LI&gt;&lt;LI&gt;Uncheck the visible checkbox for undesired fields and save the table design.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Run the GP 'Table to Excel' and only the visible fields will be included in the export.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 14 Nov 2022 16:29:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231295#M62190</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2022-11-14T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude objectid field when running excel to table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231332#M62200</link>
      <description>&lt;P&gt;The ArcGIS API for Python be well suited to this sort of transformation.&amp;nbsp; Read the feature class into a spatially enabled dataframe, do stuff (filter, etc), then write to excel.&amp;nbsp; Docs at&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/" target="_blank"&gt;https://developers.arcgis.com/python/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 17:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231332#M62200</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2022-11-14T17:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude objectid field when running excel to table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231688#M62247</link>
      <description>&lt;P&gt;Thanks, but I'm not quite ready to tackle ArcGIS API for Python. I've dabbled and it looks very powerful. Trying to stick with a out of the box tools (in arcpy) for this one.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 13:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231688#M62247</guid>
      <dc:creator>RandyMcGregor3</dc:creator>
      <dc:date>2022-11-15T13:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude objectid field when running excel to table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231693#M62248</link>
      <description>&lt;P&gt;The tool converts an excel file to n fgdb table first, then exports multiple excel files from that table. Might work to have it be two step&amp;nbsp; process:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Convert to table&lt;/LI&gt;&lt;LI&gt;set up fields&lt;/LI&gt;&lt;LI&gt;run script.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ok, that's three steps.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 13:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/exclude-objectid-field-when-running-excel-to-table/m-p/1231693#M62248</guid>
      <dc:creator>RandyMcGregor3</dc:creator>
      <dc:date>2022-11-15T13:46:30Z</dc:date>
    </item>
  </channel>
</rss>

