<?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 attribute information for feature classes in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1144006#M51480</link>
    <description>&lt;P&gt;It is an enterprise geodatabase.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 12:55:13 GMT</pubDate>
    <dc:creator>DWass</dc:creator>
    <dc:date>2022-02-15T12:55:13Z</dc:date>
    <item>
      <title>Updating attribute information for feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143750#M51437</link>
      <description>&lt;P&gt;I have been tasked with updating feature class attribute information for Utility Network in ArcGIS Pro 2.9.1. This is a large dataset, there will be approximately 300 rows in a spreadsheet to update in the existing table of over 2000 features. Some data fields will need updates but others will be left as is. I will need to do a combination of adding new rows, updating data in existing rows, and deleting some as well. This process will need to be repeated for other asset types.&lt;/P&gt;&lt;P&gt;I was going over what options are available and found that ArcMap has a tool called Copy Linked Record in Attribute Assistant which seems well suited for updating attribute information.&amp;nbsp; Does ArcGIS Pro have a similar tool that I can use or will I have to script an attribute rule (or rules) in Arcade?&lt;/P&gt;&lt;P&gt;Any suggestions will be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:15:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143750#M51437</guid>
      <dc:creator>DWass</dc:creator>
      <dc:date>2022-02-14T18:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Updating attribute information for feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143784#M51444</link>
      <description>&lt;P&gt;This workflow leaves many questions unanswered.&amp;nbsp; How would you know which fields will be updated and which ones left as-is?&amp;nbsp; Hopefully this decision is not a row-by-row decision.&amp;nbsp; But looking at your issue, the workflow I would choose is to convert the spreadsheet to a table, usually by using CSV as the interim format.&amp;nbsp; Then I'd join by Unique ID and, in the join, I would exclude records that didn't join up.&amp;nbsp; Then I would use Field Calculator to copy values from the table to the feature class.&amp;nbsp; Then I'd remove the join.&amp;nbsp; I would then join the table to the feature class and opt to keep all records.&amp;nbsp; A Select by Attributes would help me find records in the table that aren't in the feature class (where featureclass.uid is null).&amp;nbsp; Those are the ones I'd have to add to the feature class.&lt;/P&gt;&lt;P&gt;Now, this is all fine and dandy for a feature class, but you specifically mentioned utility network.&amp;nbsp; One would have to know more about how this figures into your 300-record spreadsheet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 19:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143784#M51444</guid>
      <dc:creator>DirtDogRoj</dc:creator>
      <dc:date>2022-02-14T19:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Updating attribute information for feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143826#M51448</link>
      <description>&lt;P&gt;Also an add on question.&amp;nbsp; Will you be editing the Utility Network feature services using Branch Versioning?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 20:50:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143826#M51448</guid>
      <dc:creator>RobBurke</dc:creator>
      <dc:date>2022-02-14T20:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Updating attribute information for feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143839#M51451</link>
      <description>&lt;P&gt;Thanks for the response! I will determine which fields need to be updated and left as-is when I get to analyzing and cleaning the data, most likely by comparing the updated table with the existing feature class. Right now I am going over the steps to complete this task.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 21:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143839#M51451</guid>
      <dc:creator>DWass</dc:creator>
      <dc:date>2022-02-14T21:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Updating attribute information for feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143840#M51452</link>
      <description>&lt;P&gt;I will not be using branch versioning for this task but it will be used for some future editing.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 21:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143840#M51452</guid>
      <dc:creator>DWass</dc:creator>
      <dc:date>2022-02-14T21:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Updating attribute information for feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143897#M51458</link>
      <description>&lt;P&gt;With all the decision making needing to be done, it seem like a great place for a Python script and using an UpdateCursor.&amp;nbsp; Is it in a File or Enterprise geodatabase?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 00:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1143897#M51458</guid>
      <dc:creator>RobBurke</dc:creator>
      <dc:date>2022-02-15T00:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Updating attribute information for feature classes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1144006#M51480</link>
      <description>&lt;P&gt;It is an enterprise geodatabase.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 12:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/updating-attribute-information-for-feature-classes/m-p/1144006#M51480</guid>
      <dc:creator>DWass</dc:creator>
      <dc:date>2022-02-15T12:55:13Z</dc:date>
    </item>
  </channel>
</rss>

