Question

I have two featureclasses in a geodatabase. These two FC are related with each other, 1st with Object ID and 'X' in 2nd featureclass. i want to update a field in 1st featureclass on the basis of 2nd FC, after it is joined.

  • 20 August 2014
  • 3 replies
  • 1 view

I have two featureclasses in a geodatabase. These two FC are related with each other, 1st with Object ID and 'X' in 2nd featureclass. i want to update a field in 1st featureclass on the basis of 2nd FC, after it is joined.

3 replies

Badge +1
HiYa,

 

You should take a look at the AttributeValueMapper

 

This will populate an attribute with any value(s) based upon the value from a source attribute.

 

................

 

It's a bit like running a Tester with an AttributeCreator straight after it

 

ie you test for a value and then populate an attribute

 

.................

 

Hope this helps

 

Howard L'
Hi Howard,

 

 

Thanks for the reply! it didnt help. I want to query a feature from a featureclass for each object id value of another featureclass and update a field on that basis!

 

 

I hope i am bit clearer now. 

 

 

Tester doesnt actually query, it instead wonks on single featureclass/table. neither attributevvaluemappper helped!
Badge +1
Hi,

 

Not really much clearer !

 

If you could add some screen dumps or sample data it might help

 

.............

 

You need to use the joiner or feature merger first.

 

..............

 

H'

 

Reply