Question

Overwrite an attribute with another files attribute: Would you know how to set a conditional query so if file A's attribute X = file B's attribute X, it changes file A's attribute Y to the value found in file B's attribute Y?


Badge


2 replies

Userlevel 2
Badge +12

You should use the FetaureMerger to merge file A features to file B features based on the Join X values.

The on the Merged output (X = X) you can use a AttributeCreator to create file B's Y using the conditional value option (find in value under the arrow).

Badge

You should use the FetaureMerger to merge file A features to file B features based on the Join X values.

The on the Merged output (X = X) you can use a AttributeCreator to create file B's Y using the conditional value option (find in value under the arrow).

 

Fab, works like a charm!

 

thanks erik_jan

Reply