<?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 How to write values into a feature class using model builder? in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/how-to-write-values-into-a-feature-class-using/m-p/856288#M930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have got&amp;nbsp;4&amp;nbsp;values as outputs using model builder (using the model only tools "get field value" and "calculate value"). I now need to store those values into a feature&amp;nbsp;class&amp;nbsp;containing&amp;nbsp;the corresponding 4 fields. How can I go about this? Here's a snapshot of where I am now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="487108" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/487108_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2020 11:23:03 GMT</pubDate>
    <dc:creator>VikshutMundkur</dc:creator>
    <dc:date>2020-04-02T11:23:03Z</dc:date>
    <item>
      <title>How to write values into a feature class using model builder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-write-values-into-a-feature-class-using/m-p/856288#M930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have got&amp;nbsp;4&amp;nbsp;values as outputs using model builder (using the model only tools "get field value" and "calculate value"). I now need to store those values into a feature&amp;nbsp;class&amp;nbsp;containing&amp;nbsp;the corresponding 4 fields. How can I go about this? Here's a snapshot of where I am now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="487108" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/487108_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 11:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-write-values-into-a-feature-class-using/m-p/856288#M930</guid>
      <dc:creator>VikshutMundkur</dc:creator>
      <dc:date>2020-04-02T11:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to write values into a feature class using model builder?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-write-values-into-a-feature-class-using/m-p/856289#M931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is a feature class with a single row and you want to add these four field values, the simplest way is four Calculate Field runs that populate these values one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these are for a particular row, it gets more complicated and the easiest way would be to write a Python function that uses arcpy.da.UpdateCursor to select the row you want and update values in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2020 05:43:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-write-values-into-a-feature-class-using/m-p/856289#M931</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2020-04-08T05:43:48Z</dc:date>
    </item>
  </channel>
</rss>

