<?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: Batch Updating attributes in Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037811#M38678</link>
    <description>&lt;P&gt;I haven't tried that since I moved them both into the same gdb, but the other day I tried doing it while one was a WFL, and it hard crashed Pro. I hadn't thought to try it again since I moved things around though. Good thinking.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 20:28:06 GMT</pubDate>
    <dc:creator>BrandonCraft</dc:creator>
    <dc:date>2021-03-17T20:28:06Z</dc:date>
    <item>
      <title>Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037780#M38667</link>
      <description>&lt;P&gt;I am trying to replace numerous attributes in a target layer from a source layer. The Transfer Attributes tool does &lt;EM&gt;exactly&lt;/EM&gt; what I need on a single polygon at the time, but I need to do it on every record. The target has several fields that are not shared, but I need the rest to update. In our legacy workflow, I would have used an update query in the database itself, but within Pro is there any way to do this? There doesn't seem to be a batch option for this tool.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 19:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037780#M38667</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-03-17T19:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037786#M38670</link>
      <description>&lt;P&gt;Is python an option? I use a dictionary approach &lt;A href="https://community.esri.com/t5/python-blog/turbo-charging-data-manipulation-with-python-cursors-and/ba-p/884079" target="_self"&gt;described here.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 19:37:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037786#M38670</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-03-17T19:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037789#M38671</link>
      <description>&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;Python is definitely an option, but I was struggling to figure out how to go about it. Thanks for responding. That dictionary method could work, but the number of fields would make it pretty laborious. With other tools previously, I have modified them to run as a batch, but for some reason this one doesn't seem to do that.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 19:46:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037789#M38671</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-03-17T19:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037804#M38674</link>
      <description>&lt;P&gt;Are the layers accessible via a Service, or are you working locally on file-based resources? The ArcGIS Python API may be helpful here, but mainly if you can take advantage of the &lt;STRONG&gt;edit_features&lt;/STRONG&gt; function on a feature service.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037804#M38674</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-03-17T20:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037805#M38675</link>
      <description>&lt;P&gt;I'm working locally. Both layers are in a file geodatabase. When we used Personal Geodatabases, I would have just written an update query in Access. I am still developing the new processes, and this is one of the only issues left.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fairly certain it will have to be written in Python, but it just seems like there would be a pre-built tool for it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037805#M38675</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-03-17T20:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037807#M38677</link>
      <description>&lt;P&gt;Ah, boo. It would be a fairly simple matter if you could take advantage of Spatially Enabled DataFrames, but I try to stay away from ArcPy cursors as much as I can, we don't get along.&lt;/P&gt;&lt;P&gt;Do the records in your two tables line up on an attribute?&lt;/P&gt;&lt;P&gt;Could you: Create an ad-hoc join → &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-fields.htm" target="_self"&gt;batch field calculate the target attributes&lt;/A&gt; → remove the join?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:26:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037807#M38677</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-03-17T20:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037811#M38678</link>
      <description>&lt;P&gt;I haven't tried that since I moved them both into the same gdb, but the other day I tried doing it while one was a WFL, and it hard crashed Pro. I hadn't thought to try it again since I moved things around though. Good thinking.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037811#M38678</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-03-17T20:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037812#M38679</link>
      <description>&lt;P&gt;The whole point of the dictionary approach is to avoid a join.&amp;nbsp; I done it dozens of times on thousands of records/updates.&amp;nbsp; But do what you feel works for you.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:31:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037812#M38679</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-03-17T20:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037814#M38680</link>
      <description>&lt;P&gt;I mean, the batch field calculator really wouldn't even need the join in place if the expression were written correctly. But I'll have to give it a shot next time a situation comes up that might need it. I'll never learn how to use the arcpy cursors if I keep avoiding them...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:38:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037814#M38680</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-03-17T20:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037815#M38681</link>
      <description>&lt;P&gt;I agree Joe, but given that this is 114 fields on thousands of records just in this one example (more on other datasets), I probably need something the whole team can use and understand though. I would still like to find a more elegant solution. I'll update here if I find something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:39:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037815#M38681</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-03-17T20:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037821#M38683</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;...whole team can use and understand though...&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;114 fields?&amp;nbsp; Your team uses and understands all 114 fields?&amp;nbsp; Good on ya!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:48:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037821#M38683</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-03-17T20:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037824#M38684</link>
      <description>&lt;P&gt;It is the output from several different pieces of enterprise software. Yes, we all understand each field, and each field is used by numerous people. Different industries have very different schema, but that many fields is not uncommon in forestry at all. The schema come from the client, so we have very little input into how they are designed, but in this case it is a very reasonable setup given the needs placed on the data. Even on other datasets where there are more, a good data dictionary goes a long way.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 20:56:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037824#M38684</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-03-17T20:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037832#M38687</link>
      <description>&lt;P&gt;Try copy/paste attributes in the attributes pane.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;select the source feature, right-click the feature in the attributes pane and select 'copy attributes'&lt;/LI&gt;&lt;LI&gt;select the target features (can use select all in the layer context menu in the table of contents).&lt;/LI&gt;&lt;LI&gt;right-click the target layer in the attributes pane and select 'paste attributes'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;this procedure will use a field map like the attribute transfer tool&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 21:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1037832#M38687</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-17T21:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Updating attributes in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1038219#M38742</link>
      <description>&lt;P&gt;Sean, thanks for the answer. It took me a while to get back to this and try it. I had tried this previously with one layer being a linked WFL and the other being in the gdb and it returned all null values during the paste, updating the attribute table to all nulls. I just tried it again now that both layers are in the gdb, and it did the same thing. There is a schema difference, but the fields in common are named and formatted identically. It did not offer a field mapping option during the process. Not sure what is going on there.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 18:49:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/batch-updating-attributes-in-pro/m-p/1038219#M38742</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-03-18T18:49:49Z</dc:date>
    </item>
  </channel>
</rss>

