<?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: Rapidly Export Multiple Selected Features from Multiple Layers into Excel? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680386#M52721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Water Utilities Editing tools comes with a quick export to Excel tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's simple to use: select many features from many feature classes, press the button and they appear in excel on individual tabs.(coded values come across as the full descriptions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://solutions.arcgis.com/water/documentation/" title="http://solutions.arcgis.com/water/documentation/"&gt;Documentation | ArcGIS for Water&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2018 02:00:41 GMT</pubDate>
    <dc:creator>GrahamW</dc:creator>
    <dc:date>2018-06-13T02:00:41Z</dc:date>
    <item>
      <title>Rapidly Export Multiple Selected Features from Multiple Layers into Excel?</title>
      <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680379#M52714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very new to ArcGIS and am very unfamiliar with the process of using Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I export several selected features from more than one layer into Excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to lasso select an area or select by location and be able to export every selected row from their various attribute tables into either one large list on Excel or into separated lists for further data processing in Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I am working on stormwater network retrofits and want to be able to rapidly assess approximate costs of different project areas by selecting all features within a certain&amp;nbsp;area, export to excel where I plan to use formulas to determine lengths of pipe widths, areas of sidewalk replacement, numbers of affected utility poles, etc.)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Altogether, how can I export selected items from multiple attribute tables to Excel rapidly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a way to do this using Modelbuilder, that would be awesome too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so very much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 13:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680379#M52714</guid>
      <dc:creator>ThomasColton</dc:creator>
      <dc:date>2017-06-05T13:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rapidly Export Multiple Selected Features from Multiple Layers into Excel?</title>
      <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680380#M52715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many different ways to accomplish this. You can use Python, or Modelbuilder or just run tools individually. I'd personally go about it in this way (running the tools one at a time unless you need to turn this into some sort of automated process):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Select you features&lt;/LI&gt;&lt;LI&gt;Run Merge with those features into a new featureclass&lt;UL&gt;&lt;LI&gt;Note that you need all the same feature type (poly, point, line) to run merge&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Run Table to Excel from that new featureclass to get your excel&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have the same feature type, you can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Select your features&lt;/LI&gt;&lt;LI&gt;run Copy Rows (this will generate a table of the selected attributes)&lt;/LI&gt;&lt;LI&gt;Run Append or Merge to combine all the tables&lt;/LI&gt;&lt;LI&gt;Run Table to Excel&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 14:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680380#M52715</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2017-06-05T14:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rapidly Export Multiple Selected Features from Multiple Layers into Excel?</title>
      <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680381#M52716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems like it should work, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 14:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680381#M52716</guid>
      <dc:creator>ThomasColton</dc:creator>
      <dc:date>2017-06-05T14:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rapidly Export Multiple Selected Features from Multiple Layers into Excel?</title>
      <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680382#M52717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I make it work such that only the selected features are copied and not all of the features within a given layer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680382#M52717</guid>
      <dc:creator>ThomasColton</dc:creator>
      <dc:date>2017-06-05T17:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rapidly Export Multiple Selected Features from Multiple Layers into Excel?</title>
      <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680383#M52718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;The tools honor the selection. If you're inside ArcMap with a selection and run Merge, only the selected features are copied over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680383#M52718</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2017-06-05T17:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rapidly Export Multiple Selected Features from Multiple Layers into Excel?</title>
      <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680384#M52719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, you are correct. I misspoke, is there any way that only the selected records can be copied over instead of the full attribute table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 13:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680384#M52719</guid>
      <dc:creator>ThomasColton</dc:creator>
      <dc:date>2017-06-06T13:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rapidly Export Multiple Selected Features from Multiple Layers into Excel?</title>
      <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680385#M52720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean something like - your featureclass has the following fields: &amp;nbsp;A, B, C, D, E but you only want to copy C, D, E into your final output?&lt;/P&gt;&lt;P&gt;Then, yes, absolutely. See the "Field Map" parameter for both the Merge and Append tool. That control allows you to control what field from the source inputs get created/copied into the output featureclass.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 14:13:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680385#M52720</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2017-06-06T14:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rapidly Export Multiple Selected Features from Multiple Layers into Excel?</title>
      <link>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680386#M52721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Water Utilities Editing tools comes with a quick export to Excel tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's simple to use: select many features from many feature classes, press the button and they appear in excel on individual tabs.(coded values come across as the full descriptions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://solutions.arcgis.com/water/documentation/" title="http://solutions.arcgis.com/water/documentation/"&gt;Documentation | ArcGIS for Water&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 02:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/rapidly-export-multiple-selected-features-from/m-p/680386#M52721</guid>
      <dc:creator>GrahamW</dc:creator>
      <dc:date>2018-06-13T02:00:41Z</dc:date>
    </item>
  </channel>
</rss>

