I have a table with 1000 rows containing films information. I have a field called provider, which lists Netflix amazon prime etc. The issue is when a title is on both amazon and Netflix I end up with 2 rows. The provider field has their respective provider names in and the field itself is a multi-select type. What I want is one record but with the provider, field to contain both. Like "Netflix, amazon" How do I go about this? It needs to be a dynamic automation. as when Netflix removes it from their library I want to retain the record but remove just that category. I have views set up filtering by the value of this provider field too.
I added the dedupe extension but don't see how to get what I need from it.
Thanks