<?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 Iterator with with merge and points to line in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35226#M1231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a feature dataset of stops and I want to merge them, one by one, with a feature class and then for each merge use the points to line tool. The model I have built doesn't save each points to line output, instead just seems to save one. How do I save each iteration as a separate feature class?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26574[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Aug 2013 12:28:33 GMT</pubDate>
    <dc:creator>ConorMoloney</dc:creator>
    <dc:date>2013-08-08T12:28:33Z</dc:date>
    <item>
      <title>Iterator with with merge and points to line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35226#M1231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a feature dataset of stops and I want to merge them, one by one, with a feature class and then for each merge use the points to line tool. The model I have built doesn't save each points to line output, instead just seems to save one. How do I save each iteration as a separate feature class?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26574[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 12:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35226#M1231</guid>
      <dc:creator>ConorMoloney</dc:creator>
      <dc:date>2013-08-08T12:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Iterator with with merge and points to line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35227#M1232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you try and throw in a "copy feature" for each feature class you would like to save?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 12:33:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35227#M1232</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-08-08T12:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Iterator with with merge and points to line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35228#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, I'm a newbie so I didn't know about that. How would I use that and where would I put it in?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 12:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35228#M1233</guid>
      <dc:creator>ConorMoloney</dc:creator>
      <dc:date>2013-08-08T12:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Iterator with with merge and points to line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35229#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it, that the feature classes after iterate and after merge are not saved and you would like to save them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 12:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35229#M1234</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-08-08T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Iterator with with merge and points to line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35230#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll explain how I want it to work, that might help. In one run I want the iterator to get a feature class from the feature dataset Stops, merge that feature class with the Ped_Stops feature class, take this merged feature class (this can be temporary) and then use the points to line tool (the output from this needs to be saved). So thats one iteration, I want it to do that, and save after points to line, for each iteration of the Stops feature dataset. I hope that is somewhat clear&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 13:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/iterator-with-with-merge-and-points-to-line/m-p/35230#M1235</guid>
      <dc:creator>ConorMoloney</dc:creator>
      <dc:date>2013-08-08T13:00:16Z</dc:date>
    </item>
  </channel>
</rss>

