<?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: How can I export selected records to a new file using Model Builder in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882775#M2261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linda, environment variables can be set at many levels - application, model, model tool. You can set it by-tool inside model builder with right click the tool &amp;gt; Properties &amp;gt; Environments tab.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/environments/environment-levels-and-hierarchy.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/environments/environment-levels-and-hierarchy.htm"&gt;Environment levels and hierarchy—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2017 21:13:02 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2017-11-02T21:13:02Z</dc:date>
    <item>
      <title>How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882765#M2251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file of all the census blocks in Illinois.&amp;nbsp; After selecting only the records that I want, how can I export them as a new file in Model Builder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 17:36:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882765#M2251</guid>
      <dc:creator>lindatomaselli</dc:creator>
      <dc:date>2017-10-31T17:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882766#M2252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/copy-features.htm"&gt;&lt;STRONG&gt; Copy Features&lt;/STRONG&gt; &lt;/A&gt;to save your selected output to a new featureclass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 00:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882766#M2252</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-01T00:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882767#M2253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy Features only works if the file is a shapefile, not a dbf.&amp;nbsp; Furthermore, even if I join the block data to the block shapefile, the result of Copy Features has fields like "original1", "original2" from my block shapefile......and then "il_pop1", il_pop2" from the joined.&amp;nbsp; So I would have a big problem with my field names.&lt;/P&gt;&lt;P&gt;If I join my block shapefile to the Illinois data and select only the records that match, if I just use Copy, it copies all the Illinois records and does not include the joined records.&lt;/P&gt;&lt;P&gt;Does this mean that I can only interactively use Export&amp;nbsp; to get the desired result rather than being able to do it in a model?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 14:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882767#M2253</guid>
      <dc:creator>lindatomaselli</dc:creator>
      <dc:date>2017-11-01T14:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882768#M2254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't see 'just the table' part... which in this case would mean use &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/copy-rows.htm"&gt;Copy Rows&lt;/A&gt; and if there are any other preconditions on what rows to include or exclude, then that has to be dealt with first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 16:38:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882768#M2254</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-01T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882769#M2255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.  I saw copy rows, and I tried using it, but I will try again.  Thanks for your feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 22:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882769#M2255</guid>
      <dc:creator>lindatomaselli</dc:creator>
      <dc:date>2017-11-01T22:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882770#M2256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would get away from shapefiles, and try file geodatabase...&amp;nbsp; the 10-character field limit is going to make the output field names really hard to interpret.&amp;nbsp; You may want to turn off the environment setting Qualified Field Names to minimize the field renaming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 01:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882770#M2256</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-11-02T01:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882771#M2257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I was able to  join my local block file to the state block file and select the records that I want. If I remove the join, I can use Copy Rows to save the selected records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, in cases where I have joined 2 dbf files and want to export them to another file, the field names are changed, just as in Copy Features.  If I interactively use Export, the field names are preserved.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My rhetorical question is, why is there no Export function among the tools?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help again.  At least you solved part of my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dr. Linda Tomaselli, GISRDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;341 Jamaica Way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niceville, FL  32578&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(850) 687-6459 or (850) 897-2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;mailto:Ltomaselli@GISRDC.com&amp;gt; Ltomaselli@GISRDC.com or  &amp;lt;mailto:Ltomaselli@Earthlink.net&amp;gt; Ltomaselli@Earthlink.net&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882771#M2257</guid>
      <dc:creator>lindatomaselli</dc:creator>
      <dc:date>2017-11-02T15:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882772#M2258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Dan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The secret was in the environment settings, as you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems like such a basic function, yet it took a long amount of time to find the answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very grateful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dr. Linda Tomaselli, GISRDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;341 Jamaica Way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niceville, FL  32578&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(850) 687-6459 or (850) 897-2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;mailto:Ltomaselli@GISRDC.com&amp;gt; Ltomaselli@GISRDC.com or  &amp;lt;mailto:Ltomaselli@Earthlink.net&amp;gt; Ltomaselli@Earthlink.net&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 17:02:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882772#M2258</guid>
      <dc:creator>lindatomaselli</dc:creator>
      <dc:date>2017-11-02T17:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882773#M2259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad it worked out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 17:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882773#M2259</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-02T17:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882774#M2260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another note. Copy Rows shows the environment options when you are just using the tool out of the toolbox.  When it is inserted into a model, the Environment option disappears. But if you enter the file names and then save the model and then double click on it, one can set the environment that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 20:14:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882774#M2260</guid>
      <dc:creator>lindatomaselli</dc:creator>
      <dc:date>2017-11-02T20:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882775#M2261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linda, environment variables can be set at many levels - application, model, model tool. You can set it by-tool inside model builder with right click the tool &amp;gt; Properties &amp;gt; Environments tab.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/environments/environment-levels-and-hierarchy.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/environments/environment-levels-and-hierarchy.htm"&gt;Environment levels and hierarchy—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 21:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882775#M2261</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-11-02T21:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882776#M2262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another “discovery”.  While one can set the environment for the fields in the model, the setting is not preserved in the model if it is run again.  I found that I must go to Geoprocessing &amp;gt; environments to set it to be constant for all my models that need to preserve the field names.  I am sure you knew this, but I am just documenting it “for the record”.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2017 17:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882776#M2262</guid>
      <dc:creator>lindatomaselli</dc:creator>
      <dc:date>2017-11-04T17:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export selected records to a new file using Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882777#M2263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remember that for when you start scripting things... you can set stuff and not rely on colored ovals to assume they are doing the right thing &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2017 21:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-can-i-export-selected-records-to-a-new-file/m-p/882777#M2263</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-04T21:47:19Z</dc:date>
    </item>
  </channel>
</rss>

