<?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>idea Batch process ArcGIS Pro - whole folder - like Photoshop in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idi-p/939524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Photoshop has a batch process that takes&amp;nbsp;files&amp;nbsp;in a folder and completes the process on each item. Would Esri make this standard for batch processing? It would make OUR life so much easier.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2019 22:01:53 GMT</pubDate>
    <dc:creator>MichelleWilliams1</dc:creator>
    <dc:date>2019-10-09T22:01:53Z</dc:date>
    <item>
      <title>Batch process ArcGIS Pro - whole folder - like Photoshop</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idi-p/939524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Photoshop has a batch process that takes&amp;nbsp;files&amp;nbsp;in a folder and completes the process on each item. Would Esri make this standard for batch processing? It would make OUR life so much easier.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 22:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idi-p/939524</guid>
      <dc:creator>MichelleWilliams1</dc:creator>
      <dc:date>2019-10-09T22:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process ArcGIS Pro - whole folder - like Photoshop</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939525#M5136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/batch-geoprocessing.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/batch-geoprocessing.htm"&gt;Batch geoprocessing—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What tool(s) are you trying to batch?&amp;nbsp; While it won't accept a folder as input, you can browse to the folder and Ctrl+A to add all the folder's contents.&amp;nbsp; Have you tried that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 12:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939525#M5136</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-10-10T12:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process ArcGIS Pro - whole folder - like Photoshop</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939526#M5137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michelle,&lt;/P&gt;&lt;P&gt;Are you aware of iterators in ModelBuilder? They may just get you where you want to go.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/461586_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;There is Iterate Files that takes a folder as input. Several others do as well.&lt;/P&gt;&lt;P&gt;Note only 1 iterator is supported per model.&lt;/P&gt;&lt;P&gt;With the iterator added to a model, attach the GP tool you want/need to use, like Copy in this simple example. The %Name% ensures that you get unique output names.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/461587_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;Best to read up on iterators here &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/modelbuilder-toolbox/an-overview-of-the-modelbuilder-toolbox.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/modelbuilder-toolbox/an-overview-of-the-modelbuilder-toolbox.htm"&gt;An overview of ModelBuilder tools—Tools | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 16:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939526#M5137</guid>
      <dc:creator>BBicking1</dc:creator>
      <dc:date>2019-10-10T16:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process ArcGIS Pro - whole folder - like Photoshop</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939527#M5138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, GIS Ninja Barbara! What a great idea, I will work on a model for my tasks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 21:23:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939527#M5138</guid>
      <dc:creator>MichelleWilliams1</dc:creator>
      <dc:date>2019-10-10T21:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process ArcGIS Pro - whole folder - like Photoshop</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939528#M5139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michelle, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do let me know if iterators work for you.&lt;/P&gt;&lt;P&gt;It sure would be nice to read that they make your life easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 21:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939528#M5139</guid>
      <dc:creator>BBicking1</dc:creator>
      <dc:date>2019-10-10T21:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process ArcGIS Pro - whole folder - like Photoshop</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939529#M5140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES, IT WORKED PERFECTLY!!! Thank you so much, I'll be making new tools for the rest of the week.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/461640_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 22:27:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939529#M5140</guid>
      <dc:creator>MichelleWilliams1</dc:creator>
      <dc:date>2019-10-10T22:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process ArcGIS Pro - whole folder - like Photoshop</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939530#M5141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is good to read, Michelle.&lt;/P&gt;&lt;P&gt;Thanks for letting me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 22:31:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/939530#M5141</guid>
      <dc:creator>BBicking1</dc:creator>
      <dc:date>2019-10-10T22:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Batch process ArcGIS Pro - whole folder - like Photoshop - Status changed to: Already Offered</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/1329041#M26215</link>
      <description />
      <pubDate>Fri, 15 Sep 2023 12:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/batch-process-arcgis-pro-whole-folder-like/idc-p/1329041#M26215</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2023-09-15T12:52:46Z</dc:date>
    </item>
  </channel>
</rss>

