<?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: Updating Feature Class Attributes from Table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89312#M5186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide the python script that you are running?&amp;nbsp; Please put it in the appropriate code block syntax so it is indented correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2013 15:35:13 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2013-04-08T15:35:13Z</dc:date>
    <item>
      <title>Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89309#M5183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have tried multiple things and trying to find a better/easier/faster way of doing this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a File Geodatabase Feature Class (Service_Locations) that has around 9500 records in it. This is the location and data for our Electric meters. The data behind it (Customer info, meter attributes, ETC) are stored/maintained/updated in our CIS system (Data held in an Oracle Database). Everynight - I have a python script that automatically exports a View from the Oracle Database (Customer data, Meter Data) and brings it directly into the File Geodatabase as a Geodatabase Table. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have done in the past is to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add Join (Feature Class Table TO Service_Locations FC)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Calculate Field tool to say - Bring this field from the table (Meter Number) into this field of the FC (TWACs Number). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done this inside and edit session and a data model to Python script (Outside of an edit session)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Each way is very time consuming and does not work fast.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QUESTION: Are there different tools that I can use to make this process much faster so I can build a Python Script to run automatically at night? The Join and Calculate Field tools are not working for me anymore..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 15:03:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89309#M5183</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2013-04-08T15:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89310#M5184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How long does it take to run the python script that is outside an edit session?&amp;nbsp; 9500 records is not alot of records, so this process should not take long (I would think 1-2 minutes at the most).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 15:10:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89310#M5184</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-08T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89311#M5185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Chris:&lt;BR /&gt;&lt;BR /&gt;How long does it take to run the python script that is outside an edit session?&amp;nbsp; 9500 records is not alot of records, so this process should not take long (I would think 1-2 minutes at the most).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I built the Python script - I had a total of 18 different fields to update from (2) different tables. So I did the Join for (1) table - did all those fields, removed the join and did the same thing for the other table. This was outside of an edit session. To do this - it &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;took almost 8 hours for the python script to run. When I do it inside an edit session in ArcMap without a model/script it takes about 1 to 2 minutes per field to update. I want to be able to do this automatically at night with a script so I am not taking time to do it the long way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 15:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89311#M5185</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2013-04-08T15:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89312#M5186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide the python script that you are running?&amp;nbsp; Please put it in the appropriate code block syntax so it is indented correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 15:35:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89312#M5186</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-08T15:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89313#M5187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you provide the python script that you are running?&amp;nbsp; Please put it in the appropriate code block syntax so it is indented correctly.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How exactly do I add the Python Script to the text window here so you can see it the way you are requesting??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 15:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89313#M5187</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2013-04-08T15:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89314#M5188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you are posting your reply go to the Code wrap menu and select # (It is in the 2nd row to the right above the posting window).&amp;nbsp; Put CODE (with brackets) at the beginning of your code and /CODE (with brackets) at the end of your code as shown in my below sample that does not do anything but provide a visual sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;# Import system modules
import sys, string, os&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # arcgisscripting
import arcpy
import arcpy.mapping
from arcpy import env
import smtplib #E-mail library

# Create the Geoprocessor object
# gp = arcgisscripting.create(9.3)
# gp.overwriteoutput = 1
arcpy.env.overwriteOutput = True

# Load required toolboxes...
# gp.AddToolbox("C:/Program Files/ArcGIS/ArcToolbox/Toolboxes/Data Management Tools.tbx")
# gp.AddToolbox("C:/Program Files/ArcGIS/ArcToolbox/Toolboxes/Conversion Tools.tbx")

# Read in values from config file that are used to set Local variables
configfile = open('config_py.txt', 'r')

vars = configfile.read().rstrip().split(",")

connSDE = vars[0]
conn_EOC_Data = vars[1]
conngdb_Schema = vars[2]
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89314#M5188</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2021-12-10T23:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89315#M5189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;BLOCKQUOTE&gt;mvolz47;287670 wrote:&lt;BR /&gt;When you are posting your reply go to the Code wrap menu and select # (It is in the 2nd row to the right above the posting window).&amp;nbsp; Put CODE (with brackets) at the beginning of your code and /CODE (with brackets) at the end of your code as shown in my below sample that does not do anything but provide a visual sample.&lt;/BLOCKQUOTE&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;#
# Set the necessary product code
import logging

# Import arcpy module
import arcpy

# if run in ArcGIS Desktop, show messages, also print to log
def log(method, msg):
&amp;nbsp;&amp;nbsp;&amp;nbsp; print msg
&amp;nbsp;&amp;nbsp;&amp;nbsp; method(msg)

logging.basicConfig(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; level=logging.INFO,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format='%(asctime)s %(levelname)-s %(message)s',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datefmt='%a, %d %b %Y %H:%M:%S',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename='ServiceLocationsAttributes_Updates.log',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filemode='w'
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )

log(logging.info, "Updating Service Locations Feature Class Begins")

# Local variables:
SERVICE_LOCATION = "C:\\MEWCo GIS System\\Electric System\\MEWCo_Electric_Model-LOCAL.gdb\\Electric\\SERVICE_LOCATION"
CIS_Account_Data = "C:\\MEWCo GIS System\\Electric System\\MEWCo_Electric_Model-LOCAL.gdb\\CIS_Account_Data"
CIS_Service_Meters = "C:\\MEWCo GIS System\\Electric System\\MEWCo_Electric_Model-LOCAL.gdb\\CIS_Service_Meters"
SERVICE_LOCATION_FL = "SERVICE_LOCATION_FL"
SERVICE_LOCATION_FL__2_ = "SERVICE_LOCATION_FL"
SERVICE_LOCATION_FL__24_ = "SERVICE_LOCATION_FL"

# Process: Make Feature Layer of Service Location FC
log(logging.info, "Create Feature Layer for Service Location Feature Class")
arcpy.MakeFeatureLayer_management(SERVICE_LOCATION, SERVICE_LOCATION_FL, "", "", "SUBTYPE SUBTYPE VISIBLE NONE;PHASE PHASE VISIBLE NONE;OH_UG OH_UG VISIBLE NONE;FLOW FLOW VISIBLE NONE;PROTECTION_DEVICE PROTECTION_DEVICE VISIBLE NONE;CIS_SERVICE_ID CIS_SERVICE_ID VISIBLE NONE;TRANSFORMER_BANK_ID TRANSFORMER_BANK_ID VISIBLE NONE;POLE_NUMBER POLE_NUMBER VISIBLE NONE;LINE_AND_POLE LINE_AND_POLE VISIBLE NONE;LOCATION_TAG LOCATION_TAG VISIBLE NONE;CIRCUIT_ID CIRCUIT_ID VISIBLE NONE;CIRCUIT_SOURCE CIRCUIT_SOURCE VISIBLE NONE;ASSEMBLY_CODE ASSEMBLY_CODE VISIBLE NONE;DESIGN_STATE DESIGN_STATE VISIBLE NONE;COMMENTS COMMENTS VISIBLE NONE;LABEL_TEXT LABEL_TEXT VISIBLE NONE;LOT_NUMBER LOT_NUMBER VISIBLE NONE;EASEMENT EASEMENT VISIBLE NONE;ATS_DIRTY ATS_DIRTY VISIBLE NONE;DTS_CREATED DTS_CREATED VISIBLE NONE;DTS_CHANGED DTS_CHANGED VISIBLE NONE;CHANGED_BY CHANGED_BY VISIBLE NONE;ATS_GUID ATS_GUID VISIBLE NONE;LOCATION_OID LOCATION_OID VISIBLE NONE;SYMBOL_ROTATION SYMBOL_ROTATION VISIBLE NONE;ANCILLARYROLE ANCILLARYROLE VISIBLE NONE;ENABLED ENABLED VISIBLE NONE;OLD_LOCATION OLD_LOCATION VISIBLE NONE;TRANSFORMER_MAPNO TRANSFORMER_MAPNO VISIBLE NONE;TRUCK_NUMBER TRUCK_NUMBER VISIBLE NONE;SHAPE SHAPE VISIBLE NONE;OBJECTID OBJECTID VISIBLE NONE;METER_TYPE_ID METER_TYPE_ID VISIBLE NONE;METER_PACK_OID METER_PACK_OID VISIBLE NONE;METER_SOCKET METER_SOCKET VISIBLE NONE;SERVICE_ADDRESS SERVICE_ADDRESS VISIBLE NONE;LOC_TYPE LOC_TYPE VISIBLE NONE;SERVICE_TYPE SERVICE_TYPE VISIBLE NONE;MEMBER_NUMBER MEMBER_NUMBER VISIBLE NONE;CUSTOMER_NAME CUSTOMER_NAME VISIBLE NONE;MAIL_ADDRESS MAIL_ADDRESS VISIBLE NONE;MAIL_CITY MAIL_CITY VISIBLE NONE;MAIL_STATE MAIL_STATE VISIBLE NONE;MAIL_ZIP MAIL_ZIP VISIBLE NONE;ACCOUNT_NUMBER ACCOUNT_NUMBER VISIBLE NONE;TWACS_NUMBER TWACS_NUMBER VISIBLE NONE;METER_TYPE METER_TYPE VISIBLE NONE;METER_BOOK METER_BOOK VISIBLE NONE;BILLING_CYCLE BILLING_CYCLE VISIBLE NONE;PHONE PHONE VISIBLE NONE;PHONE_TYPE PHONE_TYPE VISIBLE NONE;ACCOUNT_STATUS ACCOUNT_STATUS VISIBLE NONE;RATE_CODE RATE_CODE VISIBLE NONE;MULTIPLIER MULTIPLIER VISIBLE NONE;READ_DATE READ_DATE VISIBLE NONE;BILLED_DATE BILLED_DATE VISIBLE NONE;DISCONNECT_DATE DISCONNECT_DATE VISIBLE NONE;CIS_EXPORT_DATE CIS_EXPORT_DATE VISIBLE NONE;DIAL_STYLE DIAL_STYLE VISIBLE NONE;KSUBH KSUBH VISIBLE NONE;FORM FORM VISIBLE NONE;METER_AMPS METER_AMPS VISIBLE NONE;METER_WIRES METER_WIRES VISIBLE NONE;METER_VOLTS METER_VOLTS VISIBLE NONE;METER_CLASS METER_CLASS VISIBLE NONE;METER_TYPE_DESC METER_TYPE_DESC VISIBLE NONE;MANUFACTURER MANUFACTURER VISIBLE NONE;SERVICE_ADD_NOTE SERVICE_ADD_NOTE VISIBLE NONE;AMPS AMPS VISIBLE NONE;SOCKET_CONDITION SOCKET_CONDITION VISIBLE NONE;POINT_X POINT_X VISIBLE NONE;POINT_Y POINT_Y VISIBLE NONE;MEWCo_MAP_GRID MEWCo_MAP_GRID VISIBLE NONE")

# Process: Add Join (CIS Account Data Table)
log(logging.info, "Add CIS_Account_Data Table to Feature Layer")
arcpy.AddJoin_management(SERVICE_LOCATION_FL, "POLE_NUMBER", CIS_Account_Data, "MAPNO", "KEEP_ALL")

# Process: Calculate Field (Member Number)
log(logging.info, "Update Member Number Field")
arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", "[CIS_Account_Data.MEMBERNO]", "VB", "")

# Process: Calculate Field (Customer Name)
log(logging.info, "Update Customer Name Field")
arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.CUSTOMER_NAME", "[CIS_Account_Data.CUSTNAME]", "VB", "")

# Process: Calculate Field (Mailing Address)
log(logging.info, "Update Mail Address Field")
arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MAIL_ADDRESS", "[CIS_Account_Data.MAIL_ADDRESS]", "VB", "")

# Process: Calculate Field (Mail City)
log(logging.info, "Update Mail City Field")
arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MAIL_CITY", "[CIS_Account_Data.MAIL_CITY]", "VB", "")

# Process: Calculate Field (Mail State)
log(logging.info, "Update Mail State Field")
arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MAIL_STATE", "[CIS_Account_Data.MAIL_STATE]", "VB", "")

# Process: Calculate Field (Mail Zip)
log(logging.info, "Update Mail Zip Field")
arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MAIL_ZIP", "[CIS_Account_Data.ZIP]", "VB", "")
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a clip of the code&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89315#M5189</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2021-12-10T23:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89316#M5190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try running the script on just 1 field and see how long it takes.&amp;nbsp; Then try running the script on 1 other field and see how long that takes.&amp;nbsp; Then run the script on those two fields and see if it runs as long as running the 2 fields in individual scripts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm just curious if the CalculateField_management process runs much longer on the 2nd field when run in series.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 17:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89316#M5190</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-08T17:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89317#M5191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Chris:&lt;BR /&gt;&lt;BR /&gt;Can you try running the script on just 1 field and see how long it takes.&amp;nbsp; Then try running the script on 1 other field and see how long that takes.&amp;nbsp; Then run the script on those two fields and see if it runs as long as running the 2 fields in individual scripts?&lt;BR /&gt;&lt;BR /&gt;I'm just curious if the CalculateField_management process runs much longer on the 2nd field when run in series.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm curious on one thing - is doing the "Make Feature Layer" and "Add Join" have anything to do with the long time it takes to do the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Calculate Field" tool outside of an edit session??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know there has to be an easier/faster way of taking data from a Geodatabase table and put it into a Geodatabase Feature Class....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the (1) field like you suggested and I did (2) fields in the same script and it did not seem to make a difference.....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 15:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89317#M5191</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2013-04-09T15:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89318#M5192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm curious on one thing - is doing the "Make Feature Layer" and "Add Join" have anything to do with the long time it takes to do the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Calculate Field" tool outside of an edit session??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris - Can you just run the "Make Feature Layer" and "Add Join" part of your python script and see how long it takes? This could determine that this is the cause of the long processing time? I would even just run the "Make Feature Layer" separately from the "Add Join" to determine which process is causing the long processing time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 16:24:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89318#M5192</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-09T16:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89319#M5193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;I'm curious on one thing - is doing the "Make Feature Layer" and "Add Join" have anything to do with the long time it takes to do the&lt;BR /&gt;"Calculate Field" tool outside of an edit session??&lt;/SPAN&gt; &lt;BR /&gt; &lt;BR /&gt;Chris - Can you just run the "Make Feature Layer" and "Add Join" part of your python script and see how long it takes? This could determine that this is the cause of the long processing time? I would even just run the "Make Feature Layer" separately from the "Add Join" to determine which process is causing the long processing time.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I went through and just did the "Make Feature Layer" and "Add Join" tool on its own and it was done within 10 seconds. For some&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reason - the calculate field tool takes a long time??? Not sure how to speed it up or if there is another tool that works the same way??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it a problem that I am trying to "Override" (E) values/data inside the field? Would it make any difference if the field was blank??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 17:00:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89319#M5193</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2013-04-09T17:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89320#M5194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", "[CIS_Account_Data.MEMBERNO]", "VB", "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe because you are using the VB syntax it is taking a long time for the CalculateField_management process.&amp;nbsp; Try converting this to PYTHON with the appropriate syntax for field names [field name] as per the documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000004m000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000004m000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 17:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89320#M5194</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-09T17:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89321#M5195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", "[CIS_Account_Data.MEMBERNO]", "VB", "")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris:&lt;BR /&gt;&lt;BR /&gt;Maybe because you are using the VB syntax it is taking a long time for the CalculateField_management process.&amp;nbsp; Try converting this to PYTHON with the appropriate syntax for field names [field name] as per the documentation.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000004m000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000004m000000&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How exactly would I write that? I am still trying to figure out Python&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 20:56:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89321#M5195</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2013-04-09T20:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89322#M5196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a code snippet where I use python syntax instead of VB syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CalculateField_management(rdcl_Layer, "MUNI_NUM_RIGHT_UNPAD", '!MUNI_NUM_RIGHT!.lstrip("0")', "PYTHON", "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your code:&amp;nbsp; arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", "[CIS_Account_Data.MEMBERNO]", "VB", "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;change it to&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", '!CIS_Account_Data.MEMBERNO!', "PYTHON", "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would even set the env variable as the destination file geodatabase so you do not need to reference it in your call to CalculateField_management&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Near the top of your script below import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;from arcpy import env&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;env.workspace = "C:\\MEWCo GIS System\\Electric System\\MEWCo_Electric_Model-LOCAL.gdb\\CIS_Account_Data"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then your code could be&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", '!MEMBERNO!', "PYTHON", "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not really sure this is the issue as I use VB notation in a CalculateField_management process where I have 200,000 records and it only takes 5 minutes as opposed to hours.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 11:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89322#M5196</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-10T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89323#M5197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Chris:&lt;BR /&gt;&lt;BR /&gt;Here is a code snippet where I use python syntax instead of VB syntax:&lt;BR /&gt;&lt;BR /&gt;arcpy.CalculateField_management(rdcl_Layer, "MUNI_NUM_RIGHT_UNPAD", '!MUNI_NUM_RIGHT!.lstrip("0")', "PYTHON", "")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For your code:&amp;nbsp; arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", "[CIS_Account_Data.MEMBERNO]", "VB", "")&lt;BR /&gt;&lt;BR /&gt;change it to&lt;BR /&gt;&lt;BR /&gt;arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", '!CIS_Account_Data.MEMBERNO!', "PYTHON", "")&lt;BR /&gt;&lt;BR /&gt;I would even set the env variable as the destination file geodatabase so you do not need to reference it in your call to CalculateField_management&lt;BR /&gt;&lt;BR /&gt;Near the top of your script below import arcpy&lt;BR /&gt;&lt;BR /&gt;from arcpy import env&lt;BR /&gt;env.workspace = "C:\\MEWCo GIS System\\Electric System\\MEWCo_Electric_Model-LOCAL.gdb\\CIS_Account_Data"&lt;BR /&gt;&lt;BR /&gt;then your code could be&lt;BR /&gt;&lt;BR /&gt;arcpy.CalculateField_management(SERVICE_LOCATION_FL__2_, "SERVICE_LOCATION.MEMBER_NUMBER", '!MEMBERNO!', "PYTHON", "")&lt;BR /&gt;&lt;BR /&gt;I'm not really sure this is the issue as I use VB notation in a CalculateField_management process where I have 200,000 records and it only takes 5 minutes as opposed to hours.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That helps out alot...I am not getting any error messages so I wrote the code correctly with your help. But that still does not solve my problem. It seems to be freezing or not finishing when I run the calculate field tool. The Geodatabase and all of the data is on my Local drive instead of being ran over the network. Also - I am running the Python script with Python IDLE 2.6.5. Do you think that might be a reason why it is taking so long to run?? You have been a great help in working with me on the code. I am not sure if&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;its the Geodatabase or the version of Python I am using or something else. I am only updating 9000 records and working with (1) field right now. Anything else you can possibly think of that I am doing wrong???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 14:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89323#M5197</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2013-04-10T14:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89324#M5198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two things:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would post this thread to the Python subforum as you might can help from more advanced python users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide the remainder of your code as I'm wondering if the bottleneck might be with saving the feature class to disk as the arcpy.MakeFeatureLayer_management should only save the feature class to memory so you still need to save the feature class permanently to your file gdb?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 14:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89324#M5198</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-10T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89325#M5199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the current updated Python script that I have. I tried to run the script through Python IDLE and just running it by double-clicking on the file which brings up DOS... and it still seems to lag and lag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will post this on the Python form and see if someone else can think of something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;## Set the necessary product code
import logging

# Import arcpy module
import arcpy
from arcpy import env


# if run in ArcGIS Desktop, show messages, also print to log
def log(method, msg):
&amp;nbsp;&amp;nbsp;&amp;nbsp; print msg
&amp;nbsp;&amp;nbsp;&amp;nbsp; method(msg)

logging.basicConfig(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; level=logging.INFO,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format='%(asctime)s %(levelname)-s %(message)s',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datefmt='%a, %d %b %Y %H:%M:%S',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename='ServiceLocation_CISAccountData_Updates.log',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filemode='w'
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )

log(logging.info, "Updating Service Locations Feature Class Begins")

# Set environment settings
env.workspace = "C:\\MEWCo GIS System\\Electric System\\MEWCo_Electric_Model-LOCAL.gdb"

# Set Local variables:
inFeatures = "SERVICE_LOCATION"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Service Location Feature Class
layerName = "SERVICE_LOCATION_LAYER"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Service Location Feature Layer
fieldName1 = "SERVICE_ADDRESS"
expression1 = "CIS_Account_Data.SERVICE_ADDRESS"
joinField = "POLE_NUMBER"
joinField2 = "MAPNO"
joinTable = "CIS_Account_Data"

# Create a Feature Layer from Service_Location Feature Class
log(logging.info, "Create Feature Layer for Service Location Feature Class")
arcpy.MakeFeatureLayer_management(inFeatures, layerName)

# Join the feature layer to a table
log(logging.info, "Join Table to Feature Layer Service Location")
arcpy.AddJoin_management(layerName, joinField, joinTable, joinField2)
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
# Process: Calculate Field (Member Number)
log(logging.info, "Update Member Number Field")
arcpy.CalculateField_management(layerName, "SERVICE_LOCATION.MEMBER_NUMBER", '!MEMBERNO!', "PYTHON")

log(logging.info, "Complete")
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:24:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89325#M5199</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2021-12-10T23:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89326#M5200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When is the feature class being saved to disk, as I do not see this in your code sample?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CalculateField_management(layerName, "SERVICE_LOCATION.MEMBER_NUMBER", '!MEMBERNO!', "PYTHON")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This appears to be incorrect as layerName should be the in_table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; expression should be !CIS_Account_Data.MEMBERNO! as you need to explicitly specify that this is coming from a join field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 14:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89326#M5200</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-10T14:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89327#M5201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Chris:&lt;BR /&gt;&lt;BR /&gt;When is the feature class being saved to disk, as I do not see this in your code sample?&lt;BR /&gt;&lt;BR /&gt;arcpy.CalculateField_management(layerName, "SERVICE_LOCATION.MEMBER_NUMBER", '!MEMBERNO!', "PYTHON")&lt;BR /&gt;&lt;BR /&gt;This appears to be incorrect as layerName should be the in_table&lt;BR /&gt; expression should be !CIS_Account_Data.MEMBERNO! as you need to explicitly specify that this is coming from a join field.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No Dice.... I am working with just this (1) field and after waiting 20 minutes - it does not complete. Is is possible this temp feature layer is causing issues??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 15:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89327#M5201</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2013-04-10T15:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Feature Class Attributes from Table</title>
      <link>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89328#M5202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try to create a new layer on disk and work with that instead of the FeatureLayer?&amp;nbsp; I'm not sure this is possible, as you might have to work with the in-memory feature layer and then save to disk once all the processing has been completed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 15:49:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/updating-feature-class-attributes-from-table/m-p/89328#M5202</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-04-10T15:49:49Z</dc:date>
    </item>
  </channel>
</rss>

