Write attributes from one FC to another using location

338
3
06-03-2022 12:33 AM
Labels (2)
SebastianNiesner
New Contributor II

Hi everybody,

I'm currently working on a topic, where I want to write the attributes of one Feature Class in the Attribute Table of another Feature Class by using location. In patricular I've got a FC of buildings, which belong to different parcels. I want to write the information of the FC of the buildings in the FC of the parcels. 

Is there any tool, which can help me performing this task?

 

Thanks in advance 

Sebastian

0 Kudos
3 Replies
ChristopherCounsell
MVP Regular Contributor

if you have more than one building per parcel, this approach does not work.

You'll have 1+ fields to write per polygon.

You'll need to summarize (number of buildings or average of building attributes per polygon)

Or have a 1-1 relationship (i.e. one capital per state)

0 Kudos
Robert_LeClair
Esri Notable Contributor

Sebastian - depending on the number of feature attributes you want to transfer from one FC to another, there is the Transfer Attributes command.  You can read more about it here.