I have a case where I want to deduplicate some data on the email in order to only have unique profiles in the dataset. However, on one field I would like to keep the data for all the cases as I need to keep all the information.
Is it possible to keep only one unique profile and at the same time keep all the data in one field so we can export it and have a overview of all downloads on one profile.
So as an example, this is how I would like it to be transformed:
@ramon_bisswanger - thank you. I tried it and it works fine this way. I was hoping to have a way to do this without having to make a lot of deduplication activities but it is fine for now. Thank's again. /sebastian