Solved

How to merge a list of attributes based on just the attribute name

  • 22 February 2023
  • 2 replies
  • 18 views

I would like to combine 2 datasets: one containing about 500 monument_id's and one with about 20 types with scores and remark fields that should be added to this monument_ids (to create a list of about 10.000 items).

 

As there is no attribute value to match (so FeatureJoiner or ReatureMerger doesn't work); can these somehow be combined based on predefined matching attribute names? Or what would be a good idea in this case?

 

Thanks in advance!

icon

Best answer by ebygomm 22 February 2023, 15:59

View original

2 replies

Userlevel 1
Badge +21

If I've understood correctly, create a new attribute with a fixed value and use that as your join field in the FeatureJoiner with Join Mode set to Full

image

Thank you. With this and changing the 'attribute conflict resolution' to 'prefer right' (in the FeatureJoiner; the dataset with the scores) this did the trick.

Reply