<?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: Feature class to table in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446095#M15013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;use &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000006v000000" rel="nofollow" style="color: #358daa; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;arcpy.MakeTableView_management&lt;/A&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt; to create a table view that can then be used by &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000054000000" rel="nofollow" style="color: #358daa; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;arcpy.TableToExcel_conversion&lt;/A&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt; to export the tables to Excel. All of these documentation pages should provide you with enough code snippets to get you there.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 16:44:05 GMT</pubDate>
    <dc:creator>TeddyMatinde</dc:creator>
    <dc:date>2014-11-24T16:44:05Z</dc:date>
    <item>
      <title>Feature class to table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446092#M15010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to build a model that will export a feature class to a standalone table that is located on a SDE server. Which geoprocessing tool can I use to accomplish this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 19:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446092#M15010</guid>
      <dc:creator>ScottLouque</dc:creator>
      <dc:date>2013-11-26T19:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class to table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446093#M15011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Figured it out! nvm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 19:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446093#M15011</guid>
      <dc:creator>ScottLouque</dc:creator>
      <dc:date>2013-11-26T19:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class to table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446094#M15012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Scott,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which tool did you end up using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 11:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446094#M15012</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-11-27T11:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class to table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446095#M15013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;use &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000006v000000" rel="nofollow" style="color: #358daa; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;arcpy.MakeTableView_management&lt;/A&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt; to create a table view that can then be used by &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000054000000" rel="nofollow" style="color: #358daa; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;arcpy.TableToExcel_conversion&lt;/A&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt; to export the tables to Excel. All of these documentation pages should provide you with enough code snippets to get you there.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 16:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-class-to-table/m-p/446095#M15013</guid>
      <dc:creator>TeddyMatinde</dc:creator>
      <dc:date>2014-11-24T16:44:05Z</dc:date>
    </item>
  </channel>
</rss>

