<?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: Export Table to Feature Class in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208862#M7105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you use &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000020000000"&gt;this&lt;/A&gt;&lt;SPAN&gt; and use your outcome as the "input feature"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Oct 2013 11:26:30 GMT</pubDate>
    <dc:creator>TimWitt</dc:creator>
    <dc:date>2013-10-01T11:26:30Z</dc:date>
    <item>
      <title>Export Table to Feature Class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208860#M7103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Working within Model Builder (10.1) I have a feature class and run the summary statistics tool to sum lengths of attributes according to a field. I want to take the table (within a file geodatabase) and export to a feature class within the same geodatabase but all the tools seem to export table to table only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas would be appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 08:03:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208860#M7103</guid>
      <dc:creator>MarkYoung</dc:creator>
      <dc:date>2013-10-01T08:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table to Feature Class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208861#M7104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A feature class is a dataset with geometry stored for each record. The data you want to copy/export is a table which has no geometry so it can't be stored as a feature class. Why do you want to export the table to a feature class and not just to a table?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 10:26:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208861#M7104</guid>
      <dc:creator>MennoNijhuis1</dc:creator>
      <dc:date>2013-10-01T10:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table to Feature Class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208862#M7105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you use &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000020000000"&gt;this&lt;/A&gt;&lt;SPAN&gt; and use your outcome as the "input feature"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 11:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208862#M7105</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-10-01T11:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table to Feature Class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208863#M7106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark, why not use the dissolve tool, which seems to serve your purpose well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000005n000000" rel="nofollow" target="_blank"&gt;document&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 13:29:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208863#M7106</guid>
      <dc:creator>ZachLiu1</dc:creator>
      <dc:date>2013-10-01T13:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table to Feature Class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208864#M7107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you all for your suggestions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zach's dissolve solution serves my purpose. I had used the statistics tool to sum one of the columns but that converted the feature class to a table and I needed to have the results available as a visible layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 07:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-table-to-feature-class/m-p/208864#M7107</guid>
      <dc:creator>MarkYoung</dc:creator>
      <dc:date>2013-10-02T07:18:32Z</dc:date>
    </item>
  </channel>
</rss>

