<?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: Model Builder crashes, and if I restartit it REiterates the tables in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717089#M55601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. I do rely heavily on Model Builder to run complex geoprocesses for many years.&amp;nbsp; I would love to be more proficient in Python, but I don't know where to start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2020 17:44:01 GMT</pubDate>
    <dc:creator>TatianaVlad</dc:creator>
    <dc:date>2020-05-12T17:44:01Z</dc:date>
    <item>
      <title>Model Builder crashes, and if I restartit it REiterates the tables</title>
      <link>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717087#M55599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am iterating output tables from a previous model builder. These models are running for a week or more, so the outputs are numerous.&lt;/P&gt;&lt;P&gt;I need to iterate the output&amp;nbsp; tables for grid name and totals. Sometimes the&amp;nbsp; parsing model crashes (IT updates).If I restart the model builder it reiterates the tables that were already updated with the grid name and totals.&lt;/P&gt;&lt;P&gt;Does anyone know how I can skip the updated tables ( I get the message that&amp;nbsp; the "Grid name already exists"), so it tales a lot of time to run everything from scratch. My&amp;nbsp; Python level is enthusiastic beginner, but I can run basic geoprocesss in Python.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 03:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717087#M55599</guid>
      <dc:creator>TatianaVlad</dc:creator>
      <dc:date>2020-05-12T03:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder crashes, and if I restartit it REiterates the tables</title>
      <link>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717088#M55600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really don't think any complex or intensive tasks should be done in model builder, it's flaky and often more convoluted than a python script.&lt;/P&gt;&lt;P&gt;It seems like some simple logic (if there's a file there already --&amp;gt; skip it! kind of stuff) would ease your burdens.&lt;/P&gt;&lt;P&gt;If you don't want to go whole hog you could insert little scripts into your model and go from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy to help you if you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 09:13:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717088#M55600</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-05-12T09:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder crashes, and if I restartit it REiterates the tables</title>
      <link>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717089#M55601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. I do rely heavily on Model Builder to run complex geoprocesses for many years.&amp;nbsp; I would love to be more proficient in Python, but I don't know where to start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 17:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717089#M55601</guid>
      <dc:creator>TatianaVlad</dc:creator>
      <dc:date>2020-05-12T17:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder crashes, and if I restartit it REiterates the tables</title>
      <link>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717090#M55602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a small script could be added to prevent re-iteration of the outputs, a simple logic test at the start. I'd need to see what the model looks like, or a fair description if you cannot share it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 17:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717090#M55602</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-05-12T17:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder crashes, and if I restartit it REiterates the tables</title>
      <link>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717091#M55603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/492026_Parse Model.JPG" /&gt;&lt;/P&gt;&lt;P&gt;I saved the model as a Python script and the model looks like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1a6324; font-size: xx-small; "&gt;&lt;EM&gt;# -*- coding: utf-8 -*-&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"""Generated by ArcGIS ModelBuilder on : 2020-05-11 22:07:16"""&lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;from&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;sys&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;argv&lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;def&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# NOT IMPLEMENTED# Function Body not implemented&lt;/EM&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;def&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;Model4&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;DIMPRISK_Area&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"C:\\Users\\u33979\\Documents\\ArcGIS\\Projects\\MyProject8\\MyProject8.gdb"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# Parse_Table&lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# To allow overwriting outputs change overwriteOutput option to True.&lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;arcpy.env.overwriteOutput&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0055ab; font-size: xx-small; "&gt;False&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;for&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;DIMP_RiskAreas&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# NOT IMPLEMENTED(DIMPRISK_Area, "", "", "NOT_RECURSIVE"):&lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# Process: Add Field (2) (Add Field) &lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;DIMP_RiskAreas_4_&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;arcpy.AddField_management&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;in_table&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;DIMP_RiskAreas&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_name&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"Totals"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_type&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"DOUBLE"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_precision&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0055ab; font-size: xx-small; "&gt;None&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_scale&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0055ab; font-size: xx-small; "&gt;None&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_length&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0055ab; font-size: xx-small; "&gt;None&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_alias&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;""&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_is_nullable&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"NULLABLE"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_is_required&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"NON_REQUIRED"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_domain&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;""&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;)[&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: xx-small; "&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;] &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# Process: Add Field (Add Field) &lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;DIMP_RiskAreas_3_&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;arcpy.AddField_management&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;in_table&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;DIMP_RiskAreas_4_&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_name&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"GridName"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_type&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"TEXT"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_precision&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0055ab; font-size: xx-small; "&gt;None&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_scale&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0055ab; font-size: xx-small; "&gt;None&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_length&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: xx-small; "&gt;50&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_alias&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"Grid Name"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_is_nullable&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"NULLABLE"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_is_required&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"NON_REQUIRED"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_domain&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;""&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;)[&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: xx-small; "&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;] &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# Process: Parse_Path (Parse Path) &lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# Parse Path Utility is not implemented &lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# Process: Calculate Field (Calculate Field) &lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;A1100161232_LegacyPlasticServicesSectiions&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;arcpy.CalculateField_management&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;in_table&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;DIMP_RiskAreas_3_&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"GridName"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;expression&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;f"\"{Value}\""&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;expression_type&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"PYTHON3"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;code_block&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;""&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;field_type&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;"TEXT"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;)[&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: xx-small; "&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;return&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;A1100161232_LegacyPlasticServicesSectiions&lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;__name__&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small; "&gt;==&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;'__main__'&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;: &lt;/SPAN&gt;&lt;EM style=": ; color: #1a6324; font-size: xx-small; "&gt;# Global Environment settings&lt;/EM&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #994c00; font-size: xx-small; "&gt;with&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;arcpy.EnvManager&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;scratchWorkspace&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;r"C:\Users\u33979\Documents\ArcGIS\Projects\MyProject8\MyProject8.gdb"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;workspace&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #b88b55; font-size: xx-small; "&gt;r"C:\Users\u33979\Documents\ArcGIS\Projects\MyProject8\MyProject8.gdb"&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;Model4&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #4a4a4a; font-size: xx-small; "&gt;*&lt;/SPAN&gt;&lt;SPAN style="color: #2493f2; font-size: xx-small; "&gt;argv&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: xx-small; "&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #6a6a6a; font-size: xx-small; "&gt;:])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 13:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717091#M55603</guid>
      <dc:creator>TatianaVlad</dc:creator>
      <dc:date>2020-05-13T13:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder crashes, and if I restartit it REiterates the tables</title>
      <link>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717092#M55604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either my eyes are not what they used to be or the picture is illegible. If you explain the process then people are better equiped to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 13:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-builder-crashes-and-if-i-restartit-it/m-p/717092#M55604</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-05-13T13:43:51Z</dc:date>
    </item>
  </channel>
</rss>

