<?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: arcpy maketableview in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640590#M49910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake&lt;/P&gt;&lt;P&gt;Thanks for the help.&amp;nbsp; The table to table tool let me remove unwanted fields from my final product, the excel spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 21:17:08 GMT</pubDate>
    <dc:creator>JeffGodfrey</dc:creator>
    <dc:date>2014-09-24T21:17:08Z</dc:date>
    <item>
      <title>arcpy maketableview</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640588#M49908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I hide certain fields when I make a table view, so when I export the table I only get the fields I need?&lt;/P&gt;&lt;P&gt;I have the following code in python:&lt;/P&gt;&lt;P&gt;arcpy.MakeFeatureLayer_management(sde_CHELAN_Property_Polygons, CHELAN_Property_Polygons_Lay, "", "", "OBJECTID OBJECTID HIDDEN NONE;PLAT_NO PLAT_NO HIDDEN NONE;SP_ID SP_ID HIDDEN NONE;......&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also attached the complete python script.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I export my table to excel I still get all the fields.&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Jeff Godfrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640588#M49908</guid>
      <dc:creator>JeffGodfrey</dc:creator>
      <dc:date>2014-09-24T18:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy maketableview</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640589#M49909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Make Feature Layer and Make Table View tools only hide the fields, they don't actually delete them.&amp;nbsp; What I would recommend doing is adding the 'Table to Table' tool to your model, specifying the join output as the input table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field mapping may not update correctly within this tool at first.&amp;nbsp; It should show all fields and not just the visible ones.&amp;nbsp; After setting all the parameters within this tool, validate your model (Model &amp;gt; Validate Entire Model).&amp;nbsp; Then, click on the Table to Table tool within your model again.&amp;nbsp; You should now see all fields listed.&amp;nbsp; You can then delete the fields you don't want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the field mapping is updated, you can use the Table to Excel tool to create the final output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 19:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640589#M49909</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-09-24T19:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy maketableview</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640590#M49910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake&lt;/P&gt;&lt;P&gt;Thanks for the help.&amp;nbsp; The table to table tool let me remove unwanted fields from my final product, the excel spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 21:17:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640590#M49910</guid>
      <dc:creator>JeffGodfrey</dc:creator>
      <dc:date>2014-09-24T21:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy maketableview</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640591#M49911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, glad this worked for you.&amp;nbsp; If you get a chance, please mark this thread as answered to help other users in the community.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 10:31:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-maketableview/m-p/640591#M49911</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-09-25T10:31:09Z</dc:date>
    </item>
  </channel>
</rss>

