Skip to main content

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!

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