<?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 over .e00 files in Model Builder in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738013#M3603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using the Iterate Files Iterator?&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-files.htm" style="line-height: 1.5;" title="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-files.htm"&gt;http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-files.htm&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 17:45:23 GMT</pubDate>
    <dc:creator>FreddieGibson</dc:creator>
    <dc:date>2015-09-15T17:45:23Z</dc:date>
    <item>
      <title>Iterate over .e00 files in Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738012#M3602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to iterate over .e00 files in Model Builder? If so, how is this done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 19:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738012#M3602</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2015-01-07T19:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate over .e00 files in Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738013#M3603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using the Iterate Files Iterator?&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-files.htm" style="line-height: 1.5;" title="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-files.htm"&gt;http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/iterate-files.htm&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738013#M3603</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-09-15T17:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate over .e00 files in Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738014#M3604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The iterate files tool will work if you set the file extension in the tool to "E00". Don't put a dot in front of the "E". Then the Import E00 python tool in the toolbox will accept the file as a proper input. use "%Name%" as the output file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738014#M3604</guid>
      <dc:creator>AustinStreetman</dc:creator>
      <dc:date>2015-10-01T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate over .e00 files in Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738015#M3605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question - will you be trying to use the data in some way beyond just iterating through them?&amp;nbsp; I ask as a .e00 is essentially a "zipped" form of a &lt;EM&gt;Coverage &lt;/EM&gt;and not much can be done with it while it is in a .e00 state. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do extract it to a &lt;EM&gt;coverage&lt;/EM&gt;, if you are not aware of it, there are several radical limitations to be aware of, including how it is named and even limitations on all the folders in the path to where it is stored.&amp;nbsp; These limitations are from "back in the day" well before Windows came out, when computers had much more limited abilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/es/knowledgebase/techarticles/detail/21052" title="http://support.esri.com/es/knowledgebase/techarticles/detail/21052"&gt;21052 - Import an ArcInfo interchange file (E00) in ArcGIS&lt;/A&gt; &lt;/P&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>Thu, 01 Oct 2015 14:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738015#M3605</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-10-01T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate over .e00 files in Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738016#M3606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using it to extract raster files, so no need to convert further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/129218_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/129219_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 15:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738016#M3606</guid>
      <dc:creator>AustinStreetman</dc:creator>
      <dc:date>2015-10-01T15:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate over .e00 files in Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738017#M3607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;These limitations are from "back in the day" well before Windows came out, when computers had much more limited abilities.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Ha.&amp;nbsp; Thanks to Windows, we will forever live in an 8.3 world. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 16:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738017#M3607</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-10-01T16:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate over .e00 files in Model Builder</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738018#M3608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Progress!&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&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>Thu, 01 Oct 2015 16:09:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/iterate-over-e00-files-in-model-builder/m-p/738018#M3608</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-10-01T16:09:54Z</dc:date>
    </item>
  </channel>
</rss>

