<?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: Iterate Feature Classes/Spatial Join in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810121#M2608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This really should be changing the value on each iteration. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/austinphps"&gt;austinphps&lt;/A&gt; if the iterator value is shaded before you hit the run button you risk having the iterator not update its output properly. &amp;nbsp;Be sure you validate the model (checkmark button in Model Builder Edit mode) before running it so the validation is 'clean' before you run the model. This is always a must, especially for models that include iterators or submodels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 22:53:33 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2017-05-22T22:53:33Z</dc:date>
    <item>
      <title>Iterate Feature Classes/Spatial Join</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810117#M2604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a model, pretty basic, where I am trying to iterate through layers in a feature dataset, and then spatially join the points back to the buffers. The model runs through, and the output looks like its what I want, however, the column header for each new output is the name of the first buffer it iterates through...You'll notice that FID_Route_1035_Struc_Buffer is the same heading for both the 1035_Join and the 1036_Join. Why would it be doing this?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="181" src="https://community.esri.com/legacyfs/online/300520_pastedImage_1.png" width="359" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/300545_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/300546_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 20:43:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810117#M2604</guid>
      <dc:creator>austinPhelps</dc:creator>
      <dc:date>2017-01-12T20:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Feature Classes/Spatial Join</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810118#M2605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like it could be coming from the feature created off the iterator named Route_1035_Struc_Buffer. May want to try using wildcard and inline variable. Not sure, but my best guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810118#M2605</guid>
      <dc:creator>JustinStanfield</dc:creator>
      <dc:date>2017-01-13T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Feature Classes/Spatial Join</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810119#M2606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Justin, but the iterate Feature class is set up like below....I don't know why it maintains that Route_1035_Struc_Buffer in the output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/300953_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:28:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810119#M2606</guid>
      <dc:creator>austinPhelps</dc:creator>
      <dc:date>2017-01-13T14:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Feature Classes/Spatial Join</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810120#M2607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it being stored as Intermediate data? If so, it's probably overwriting Route_1035_Struc_Buffer instead of creating 1036_Struc_Buffer during iteration. Worth a shot I guess.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810120#M2607</guid>
      <dc:creator>JustinStanfield</dc:creator>
      <dc:date>2017-01-13T15:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate Feature Classes/Spatial Join</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810121#M2608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This really should be changing the value on each iteration. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/austinphps"&gt;austinphps&lt;/A&gt; if the iterator value is shaded before you hit the run button you risk having the iterator not update its output properly. &amp;nbsp;Be sure you validate the model (checkmark button in Model Builder Edit mode) before running it so the validation is 'clean' before you run the model. This is always a must, especially for models that include iterators or submodels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 22:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-feature-classes-spatial-join/m-p/810121#M2608</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-05-22T22:53:33Z</dc:date>
    </item>
  </channel>
</rss>

