Skip to main content
Solved

featuremerger with only one table

  • November 22, 2019
  • 2 replies
  • 11 views

Hi all. I'd like to populate a new attribute D with attribute C value from a feature of my table, where its attribute B is the same as attribute A of my target feature. So attr D and A, target feature, attr B and C referent feature. Is it possible? Im use to work with 2 readers, not sure how to do it with one. Many thanks!

Best answer by ebygomm

You can send the features from one table to both requestor and supplier ports. Depending on your data, you'll need to think how best to merge the attributes so you keep the bits you need

 

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • November 22, 2019

You can send the features from one table to both requestor and supplier ports. Depending on your data, you'll need to think how best to merge the attributes so you keep the bits you need

 


  • Author
  • 2 replies
  • November 22, 2019

It is working perfect. Many thanks for the support!