Skip to main content
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?

  • May 4, 2017
  • 2 replies
  • 15 views
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • May 4, 2017

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).


Forum|alt.badge.img
  • Author
  • May 4, 2017

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