<?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: Need help on Desktop ModelBuilder in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811228#M133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a similar problem - but I am trying to add 8 new fields to an existing geodatabase.&amp;nbsp; I can use the Add Field tool, but then can I use the Iterate Files interator for the inputs for the Add Field tool?&amp;nbsp; &amp;lt;I'm extremely new to ModelBuilder so as specific as possible is helpful!&amp;gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2012 15:11:34 GMT</pubDate>
    <dc:creator>Ann123</dc:creator>
    <dc:date>2012-05-24T15:11:34Z</dc:date>
    <item>
      <title>Need help on Desktop ModelBuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811226#M131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create a batch processing model by using ModelBuilder. The model I want to create is for generating Point shape files by using *.txt files. In the text file, it has X,Y and several other fields such as: Name,ID etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far I have reached in ModelBuilder as: load txt file -&amp;gt; Make XY Event -&amp;gt; Feature To Point -&amp;gt; Points to Line -&amp;gt; Feature To Polygon, for only one file at a time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have two question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I have more then 100 txt files need to load and how to make this automatically?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. How to keep the "NAME" &amp;amp; "ID" attribute information from txt file in final polygon? Right now I can have the final Polygon has all field columns kept but all fields are empty. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 21:36:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811226#M131</guid>
      <dc:creator>johnsmith4</dc:creator>
      <dc:date>2012-05-03T21:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Desktop ModelBuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811227#M132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/An_overview_of_the_Iterator_toolset/00400000000n000000/"&gt;Iterators&lt;/A&gt;&lt;SPAN&gt; for ModelBuilder.&amp;nbsp; The one you're looking for is the Iterate Files iterator, and you can specify to only look for .txt files.&amp;nbsp; It will iterate through each file to use in the rest of the model.&amp;nbsp; Once it's done with that one .txt file, it should jump to the next one in line, and run through the model.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 21:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811227#M132</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2012-05-03T21:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Desktop ModelBuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811228#M133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a similar problem - but I am trying to add 8 new fields to an existing geodatabase.&amp;nbsp; I can use the Add Field tool, but then can I use the Iterate Files interator for the inputs for the Add Field tool?&amp;nbsp; &amp;lt;I'm extremely new to ModelBuilder so as specific as possible is helpful!&amp;gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 15:11:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811228#M133</guid>
      <dc:creator>Ann123</dc:creator>
      <dc:date>2012-05-24T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Desktop ModelBuilder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811229#M134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would look to use python for the iteration.&amp;nbsp; You can create the basic one time model and then export the model to a python script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can then call the python script from a scheduled task or you can call a bat file that calls a python script from a scheduled task.&amp;nbsp; The bat file is especially useful if you want to run more than one python script in a sequence.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 18:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/need-help-on-desktop-modelbuilder/m-p/811229#M134</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-05-24T18:54:43Z</dc:date>
    </item>
  </channel>
</rss>

