<?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: Model builder iterations problem (Txt files to .lyr files) in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793584#M3241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More precision on the data ? Ok !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text files I want to transform in .lyr files (or shapefiles...) are composed of 3 columns: X,Y and time.&lt;/P&gt;&lt;P&gt;Here is an overview:&lt;/P&gt;&lt;P&gt;Y,X,TIME&lt;/P&gt;&lt;P&gt;51.21646,5.08759,1900-01-01 10:37:27&lt;/P&gt;&lt;P&gt;51.21643,5.08798,1900-01-01 10:37:32&lt;/P&gt;&lt;P&gt;51.21653,5.0882,1900-01-01 10:37:37&lt;/P&gt;&lt;P&gt;51.2166,5.08844,1900-01-01 10:37:42&lt;/P&gt;&lt;P&gt;51.21664,5.0886,1900-01-01 10:37:47&lt;/P&gt;&lt;P&gt;51.21664,5.0886,1900-01-01 10:37:52&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I don't understand is that when I develop a model for one single text file, it works. Thus, I think my issue is related to the "File iterator tool".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 08:11:43 GMT</pubDate>
    <dc:creator>SprumontFrancois</dc:creator>
    <dc:date>2014-11-13T08:11:43Z</dc:date>
    <item>
      <title>Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793579#M3236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a folder with multiple text files containing X Y data. I would like to transform each of these txt files into a .lyr file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought I could work with Model Builder but I think I have problem using "Files iterator".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For each txt file, I would like to obtain one .lyr file but by running the below model I obtain a single file (and not several one).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="/legacyfs/online/29522_Model builder iteration problem.png"&gt;&lt;IMG alt="Model builder iteration problem.png" class="image-1 jive-image" height="602" src="/legacyfs/online/29522_Model builder iteration problem.png" style="width: 620px; height: 355px;" width="1052" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 12:07:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793579#M3236</guid>
      <dc:creator>SprumontFrancois</dc:creator>
      <dc:date>2014-11-12T12:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793580#M3237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking at your model, your make xy event tool will only run once.&amp;nbsp;Your make xy event tool should take in the output of the iterator as an input(solid arrow) instead of a precondition (dotted arrow) like what it is now. Can you try to change this and let me know if it works for you?&amp;nbsp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 14:40:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793580#M3237</guid>
      <dc:creator>RaymondHuang1</dc:creator>
      <dc:date>2014-11-12T14:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793581#M3238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why but when I try to connect the green box "File.txt" and the tool "make xy event layer" it is always a dashed line (precondition) and not a solid one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps I have to fix something with the name of the Input / output...I don't know what's going wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793581#M3238</guid>
      <dc:creator>SprumontFrancois</dc:creator>
      <dc:date>2014-11-12T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793582#M3239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attach a screenshot of your textfile content format please?&amp;nbsp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:16:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793582#M3239</guid>
      <dc:creator>RaymondHuang1</dc:creator>
      <dc:date>2014-11-12T16:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793583#M3240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The naming may become an issue if the resulting layers are being placed in a File Geodatabase. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Additional rules&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Names must begin with a letter, not a number &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002200000002000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002200000002000000&lt;/A&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 18:35:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793583#M3240</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2014-11-12T18:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793584#M3241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More precision on the data ? Ok !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text files I want to transform in .lyr files (or shapefiles...) are composed of 3 columns: X,Y and time.&lt;/P&gt;&lt;P&gt;Here is an overview:&lt;/P&gt;&lt;P&gt;Y,X,TIME&lt;/P&gt;&lt;P&gt;51.21646,5.08759,1900-01-01 10:37:27&lt;/P&gt;&lt;P&gt;51.21643,5.08798,1900-01-01 10:37:32&lt;/P&gt;&lt;P&gt;51.21653,5.0882,1900-01-01 10:37:37&lt;/P&gt;&lt;P&gt;51.2166,5.08844,1900-01-01 10:37:42&lt;/P&gt;&lt;P&gt;51.21664,5.0886,1900-01-01 10:37:47&lt;/P&gt;&lt;P&gt;51.21664,5.0886,1900-01-01 10:37:52&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I don't understand is that when I develop a model for one single text file, it works. Thus, I think my issue is related to the "File iterator tool".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 08:11:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793584#M3241</guid>
      <dc:creator>SprumontFrancois</dc:creator>
      <dc:date>2014-11-13T08:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793585#M3242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried&amp;nbsp;to quickly create a similar&amp;nbsp;model and it&amp;nbsp;works on my side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;​&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;​Can you share your toolbox containing your model please?&amp;nbsp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 21:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793585#M3242</guid>
      <dc:creator>RaymondHuang1</dc:creator>
      <dc:date>2014-11-14T21:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793586#M3243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached file, the toolbox related to the picture I posted previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me be clearer: In a folder called Folder1, I have multiple text files structured like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y,X,TIME&lt;/P&gt;&lt;P&gt;51.21646,5.08759,1900-01-01 10:37:27&lt;/P&gt;&lt;P&gt;51.21643,5.08798,1900-01-01 10:37:32&lt;/P&gt;&lt;P&gt;51.21653,5.0882,1900-01-01 10:37:37&lt;/P&gt;&lt;P&gt;51.2166,5.08844,1900-01-01 10:37:42&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use model builder to automate the process of "Make XY event layer" and "save to layer file".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I could use the file iterator tool to run the model on all the text files in folder 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help !&amp;nbsp; I appreciate a lot...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 11:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793586#M3243</guid>
      <dc:creator>SprumontFrancois</dc:creator>
      <dc:date>2014-11-17T11:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793587#M3244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Iterate Files tool has an output format (file) that can not be connected to the Make XY Event Layer tool. Use the Iterate Tables tool instead.&lt;/P&gt;&lt;P&gt;See NewModel in attached toolbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 10:00:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793587#M3244</guid>
      <dc:creator>Pieter_Geertvan_den_Beukel</dc:creator>
      <dc:date>2014-11-18T10:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder iterations problem (Txt files to .lyr files)</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793588#M3245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, Thank you !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I had to use the "File iterator"...I don't know why I never tried this "Table iterator"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 11:43:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-iterations-problem-txt-files-to-lyr/m-p/793588#M3245</guid>
      <dc:creator>SprumontFrancois</dc:creator>
      <dc:date>2014-11-18T11:43:16Z</dc:date>
    </item>
  </channel>
</rss>

