If I have an account who has two or more group for a specific target, for example
Account1,Group1
Account1, Group2
I need to write a CSV file to summarize the overall situation on the target. For the situation given above, I would like to write a csv file like the following:
Account1,Group1|Group2
Is there any way to do that, for example using a particular virtual property on the mapping?
Thanks.