Solved

I cannot for the life of me figure out how to apply a single attribute value from one table to another attribute in another table. Please help! There are no common attributes between both tables, so a FeatureMerger does not seem to work.

  • 24 December 2021
  • 1 reply
  • 1 view

I cannot for the life of me figure out how to apply a single attribute value from one table to another attribute in another table. Please help! There are no common attributes between both tables, so a FeatureMerger does not seem to work.
icon

Best answer by redgeographics 24 December 2021, 09:23

View original

1 reply

Userlevel 5
Badge +25

If you have just 1 value that you want to merge on multiple features you can still use a FeatureMerger, but rather than selecting an attribute to merge on you enter a fixed value:

Screenshot 2021-12-24 at 09.22.01So generating 10 features that I want to assign the same value to that's coming out of another part of my workspace (in this case the RandomNumberGenerator)

 

Set up the FeatureMerger like this:

Screenshot 2021-12-24 at 09.22.16

Reply