<?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: Add multiple fields in Model builder in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280937#M9679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I can get it to work by chaining &lt;EM&gt;Add Fields&lt;/EM&gt; together in &lt;EM&gt;Modelbuilder&lt;/EM&gt;.&amp;nbsp; Can you describe what you have tried and what seems to be going awry?&amp;nbsp; Are you using an &lt;EM&gt;Iterator&lt;/EM&gt;? Also, any chance the shapefile naming conventions are tripping things up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note&lt;EM&gt; - Add Field&lt;/EM&gt; doesn't produce a new shapefile, but adds a field to an existing shapefile.&amp;nbsp; So if you need the original shapefile maintained without the new fields, make a copy of it first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000047000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000047000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Add Field (Data Managment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="325100" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/325100_AddFieldModelbuilder.jpg" style="width: 620px; height: 228px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 20:29:11 GMT</pubDate>
    <dc:creator>ChrisDonohue__GISP</dc:creator>
    <dc:date>2017-02-17T20:29:11Z</dc:date>
    <item>
      <title>Add multiple fields in Model builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280932#M9674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone can help me with this issue. As usual I thought it would be simple, but I can't figure it out...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to add many fields to a feature class in a geodatabase. I need to to this in model builder, since it is a part of a bigger model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been trying to use different iterators and the tool "add field" togehter with a separate table with the field names. But I can't get it to work ( I am a beginner with model builer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have a solution for this? I would be greatful! The faster the better!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Karin Henrikson&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps. I use ArcGIS 10.2&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 13:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280932#M9674</guid>
      <dc:creator>KarinHenrikson</dc:creator>
      <dc:date>2014-01-09T13:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple fields in Model builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280933#M9675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Karin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/83425-Batch-processing-in-model-builder?p=355118#post355118"&gt;This post&lt;/A&gt;&lt;SPAN&gt; might help you. If your field names are in a table, you should use the Row Selection instead of the Multivalue iterator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geraldine&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 07:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280933#M9675</guid>
      <dc:creator>GeraldineEGGERMONT</dc:creator>
      <dc:date>2014-01-10T07:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple fields in Model builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280934#M9676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your fast reply Geraldine!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I did find out just after psting the thread by using the Select Row iterator. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It works just perfectly!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Karin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 14:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280934#M9676</guid>
      <dc:creator>KarinHenrikson</dc:creator>
      <dc:date>2014-01-10T14:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple fields in Model builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280935#M9677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karin (or anyone else!), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you perhaps point me to that post, or give some insight as to how you made this happen?&amp;nbsp; I am unable to figure out how to "Add Field" multiple times to a single shapefile, producing an output shapefile with new fields for which I can then use "Calculate Field" to perform a field calculation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Laura &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 01:34:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280935#M9677</guid>
      <dc:creator>LauraRead</dc:creator>
      <dc:date>2016-02-20T01:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple fields in Model builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280936#M9678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This link does not work - could you repost? Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 19:46:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280936#M9678</guid>
      <dc:creator>LindsayUnderhill</dc:creator>
      <dc:date>2017-02-17T19:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple fields in Model builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280937#M9679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I can get it to work by chaining &lt;EM&gt;Add Fields&lt;/EM&gt; together in &lt;EM&gt;Modelbuilder&lt;/EM&gt;.&amp;nbsp; Can you describe what you have tried and what seems to be going awry?&amp;nbsp; Are you using an &lt;EM&gt;Iterator&lt;/EM&gt;? Also, any chance the shapefile naming conventions are tripping things up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note&lt;EM&gt; - Add Field&lt;/EM&gt; doesn't produce a new shapefile, but adds a field to an existing shapefile.&amp;nbsp; So if you need the original shapefile maintained without the new fields, make a copy of it first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000047000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000047000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Add Field (Data Managment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="325100" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/325100_AddFieldModelbuilder.jpg" style="width: 620px; height: 228px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/add-multiple-fields-in-model-builder/m-p/280937#M9679</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-02-17T20:29:11Z</dc:date>
    </item>
  </channel>
</rss>

