Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] How to implement many-to-many relationship?

Hi.
I know how to implement many to one relationship using foreign key.
But I need to implement many to many relationship. For example, Recipe consist of many Ingredients and Ingredient may by in many Recipes. How to do this in Talend MDM?
Thank you.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
You can use a multi-occurrence attribute : in your example, use a multi-occurrence attribute in Recipe that relates to an Ingredient.
regards

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi,
You can use a multi-occurrence attribute : in your example, use a multi-occurrence attribute in Recipe that relates to an Ingredient.
regards
Anonymous
Not applicable
Author

> RecipeType
> Ingredients
> Annotations
> Foreign Key: Ingredient/Id
Is this right?
Thank you.
Anonymous
Not applicable
Author

Hi,
Yes, that's right.
Anonymous
Not applicable
Author

Hi
Any chance we could get a short demo on how we populate this using TIS?
thanks