<?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 Automatically name output files in batch processing in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107050#M25890</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am trying to batch process 1700 files. I have used the fill function all but the output feature class. is there any way I can add&amp;nbsp;dynamic text so it automatically names the output files so I don't have to enter a filename 1700 times? I tried using&amp;nbsp;D:\TEST\Fishnets\Cluster_%name%.shp in the output feature class field&amp;nbsp;but I got a error 000210&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 13:23:51 GMT</pubDate>
    <dc:creator>JHR</dc:creator>
    <dc:date>2021-10-13T13:23:51Z</dc:date>
    <item>
      <title>Automatically name output files in batch processing</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107050#M25890</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to batch process 1700 files. I have used the fill function all but the output feature class. is there any way I can add&amp;nbsp;dynamic text so it automatically names the output files so I don't have to enter a filename 1700 times? I tried using&amp;nbsp;D:\TEST\Fishnets\Cluster_%name%.shp in the output feature class field&amp;nbsp;but I got a error 000210&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 13:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107050#M25890</guid>
      <dc:creator>JHR</dc:creator>
      <dc:date>2021-10-13T13:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically name output files in batch processing</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107056#M25891</link>
      <description>&lt;P&gt;You need to show your model and explain where the error occurs and describe your inputs. As it stands your question is extremely vague and unlikely to attract answers.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 13:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107056#M25891</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-10-13T13:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically name output files in batch processing</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107066#M25892</link>
      <description>&lt;P&gt;Thanks for the response, I am using the batch tool in ArcMap 10.8 to run a cluster and outlier analysis.&amp;nbsp; My inputs are 1700 point shapefiles, but it requires me to enter a output &lt;SPAN&gt;feature&amp;nbsp;&lt;/SPAN&gt;class name for each one. if I use the fill tool thee are all named the same. I want each of the 1700 output shapefiles to be named differently&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 13:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107066#M25892</guid>
      <dc:creator>JHR</dc:creator>
      <dc:date>2021-10-13T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically name output files in batch processing</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107080#M25893</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Solution is not to use the batch tool!&lt;/STRONG&gt; In my opinion it's a clunky interface that existed prior to model builder iterators but has persisted for a variety of reasons. As you see you are hitting the limitations of this interface. A &lt;EM&gt;very simple model&lt;/EM&gt; using a &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/modelbuilder-toolbox/iterate-feature-classes.htm" target="_self"&gt;FeatureClass iterator&lt;/A&gt;&amp;nbsp;with inline variable substitution to help you create your unique names is the way to go. Getting your head around iterators will unlock all sorts of potential for mass automation.&lt;/P&gt;&lt;P&gt;Don't know model builder? Try reading the walk throughs in the help file or get yourself on a training course.&lt;/P&gt;&lt;P&gt;Setting up the model will take less than 2 minutes, running, well that's down to machine/network performance.&lt;/P&gt;&lt;P&gt;I hope you have learnt that next time write your questions with more detail and as you see you get quick answers!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 14:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107080#M25893</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-10-13T14:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically name output files in batch processing</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107081#M25894</link>
      <description>&lt;P&gt;Thanks, Looks like I have a day to figure out model builder&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 14:38:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automatically-name-output-files-in-batch/m-p/1107081#M25894</guid>
      <dc:creator>JHR</dc:creator>
      <dc:date>2021-10-13T14:38:10Z</dc:date>
    </item>
  </channel>
</rss>

