<?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: Using model builder to export selected features in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/using-model-builder-to-export-selected-features/m-p/116900#M3993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you use iteration in ModelBuilder you have to use inline variables to ensure that your output files get different names and don't overwrite each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Click on &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Examples_of_inline_model_variable_substitution/002w0000005w000000/"&gt;this link&lt;/A&gt;&lt;SPAN&gt; to read about inline variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all use feature class to feature class tool, and for output feature class name use STATICTEXT_%Value%. Replace STATICTEXT with any text you want to use to name your new shp-s. %Value% is the inline variable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YEAR&amp;nbsp; SEASON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2000&amp;nbsp; Summer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2000&amp;nbsp; Winter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2005&amp;nbsp; Winter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Output feature classes from iteration: STATICTEXT_2000_Summer; STATICTEXT_2000_Winter; STATICTEXT_2005_Winter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I attached a model and data you can use for this task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Akos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2013 09:03:29 GMT</pubDate>
    <dc:creator>AkosKisreti1</dc:creator>
    <dc:date>2013-09-27T09:03:29Z</dc:date>
    <item>
      <title>Using model builder to export selected features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-model-builder-to-export-selected-features/m-p/116899#M3992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all.&amp;nbsp; I'm working in 10.1, and I have a very basic problem that seems to be without solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to select data by year and season in a large point shapefile and export these selections to new shapefiles.&amp;nbsp; I am trying to use Model Builder to automate this cumbersome task, but there does not seem to be any way to actually output or save any of the temporary data layers created by the Feature Selection iteration tool.&amp;nbsp; I tried Make Feature Layer and Copy Features, but none of these functions will work iteratively.&amp;nbsp; Because the output file name has to be the same, the first output gets overwritten by the next iteration and the whole thing simply fails.&amp;nbsp; This seems like such a basic, fundamental task that I don't understand why it's not implemented better.&amp;nbsp; What is the point of having an iteration tool if you can't export the results?&amp;nbsp; Help?[ATTACH=CONFIG]27800[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 18:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-model-builder-to-export-selected-features/m-p/116899#M3992</guid>
      <dc:creator>DerekOlson</dc:creator>
      <dc:date>2013-09-26T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using model builder to export selected features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-model-builder-to-export-selected-features/m-p/116900#M3993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you use iteration in ModelBuilder you have to use inline variables to ensure that your output files get different names and don't overwrite each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Click on &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Examples_of_inline_model_variable_substitution/002w0000005w000000/"&gt;this link&lt;/A&gt;&lt;SPAN&gt; to read about inline variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all use feature class to feature class tool, and for output feature class name use STATICTEXT_%Value%. Replace STATICTEXT with any text you want to use to name your new shp-s. %Value% is the inline variable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YEAR&amp;nbsp; SEASON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2000&amp;nbsp; Summer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2000&amp;nbsp; Winter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2005&amp;nbsp; Winter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Output feature classes from iteration: STATICTEXT_2000_Summer; STATICTEXT_2000_Winter; STATICTEXT_2005_Winter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I attached a model and data you can use for this task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Akos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 09:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-model-builder-to-export-selected-features/m-p/116900#M3993</guid>
      <dc:creator>AkosKisreti1</dc:creator>
      <dc:date>2013-09-27T09:03:29Z</dc:date>
    </item>
  </channel>
</rss>

