[Target] Customer attributes - 1 to many relationship management
Hi Community,
we are in the process of integrating Customer Attributes into the People function of the Adobe Experience Platform.
As all you can imagine, we want to fill in the mapping fields with useful data related to the users; it happens that in the CRM we're working on, one user record is related to many records on another table, for example each unique user record on table USERS is related to multiple user interest categories on table INTERESTS.
Our question is: would Adobe Customer Attributes manage multiple lines like:
| User ID | Interest |
| user1 | interest1 |
| user1 | interest2 |
or, as I guess, the only way to manage this will be serializing the values like this?
| User ID | Interests |
| user1 | "interest1;interest2" |
| user2 | "interest1;interest3;interest4" |
Thanks in advaance,
Daniele