Skip to main content

I have two tables: Room and Furniture. In the Room table, I have room_id, and furnitures attributes, and in the Furiture table, I have room_id and furniture_name...etc. How to link these two tables through room_id, so each room will have a list of furnitures that belong to that room?

 

Thanks for your input!

Use the FeatureMerger. It has an option to make lists.

fmerger


HI,

 

do you need to add, to the features of the 'Room' table, the 'furniture_name' attribute from the 'Furniture' table? I'm asking this because you said there are already some furniture attribute in the 'Room' table.

Maybe a FeatureJoiner followed by an Aggregator could be a solution.


Reply