<?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: Can I use modelbuilder to locate shapefiles in a folder? in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776486#M807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can find a tool in the Toolboxes, it can be used in a model, otherwise, python scripting.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/walk.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/data-access/walk.htm"&gt;Walk—Data Access module | Documentation&lt;/A&gt;&amp;nbsp;for traversing folders and locating featureclasses would be a start&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2020 07:49:50 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2020-04-02T07:49:50Z</dc:date>
    <item>
      <title>Can I use modelbuilder to locate shapefiles in a folder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776485#M806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to create a model that searches through an input folder to locate shapefiles meeting a specific criteria, then output the result? How might this be best achieved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 04:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776485#M806</guid>
      <dc:creator>JustinOdell</dc:creator>
      <dc:date>2020-04-02T04:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use modelbuilder to locate shapefiles in a folder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776486#M807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can find a tool in the Toolboxes, it can be used in a model, otherwise, python scripting.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/walk.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/data-access/walk.htm"&gt;Walk—Data Access module | Documentation&lt;/A&gt;&amp;nbsp;for traversing folders and locating featureclasses would be a start&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 07:49:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776486#M807</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-04-02T07:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use modelbuilder to locate shapefiles in a folder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776487#M808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be helpful to know what criteria and why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the shapefiles are all in one folder, the Calculate Value tool with a python function that uses arcpy.ListFeatureClasses() would do it. Less complicated than arcpy.da.Walk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In pure ModelBuilder, you could use Iterate Feature Classes in a submodel that returns a multivalue with the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2020 05:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776487#M808</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2020-04-08T05:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use modelbuilder to locate shapefiles in a folder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776488#M809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this&amp;nbsp; solution (see my post of 29/4/20) but cannot get it to work either as it outputs only a single file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give us a bit more detail on how this proposed solution would work in model builder ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 17:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776488#M809</guid>
      <dc:creator>JonathanCarruthers-Jones</dc:creator>
      <dc:date>2020-04-30T17:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use modelbuilder to locate shapefiles in a folder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776489#M810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are doing it right, I found your post and added a test model to this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/925638"&gt;Sub-model cannot iterate features with same name ?&lt;/A&gt;‌&lt;/P&gt;&lt;H1 style="background-color: #ffffff; border: 0px; font-weight: 200; font-size: 2rem;"&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2020 22:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/can-i-use-modelbuilder-to-locate-shapefiles-in-a/m-p/776489#M810</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2020-05-02T22:49:20Z</dc:date>
    </item>
  </channel>
</rss>

