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

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