Hi Folks,
I have a report (.csv file) that contains user IDs, domains, and what they have access to in that domain. For users that have access to multiple domains their ID appears multiple times in report.
USERID,DOMAIN,CBM,CCA,CME IE001,AA,CBM,CCA,CME IE002,AA,CBM,,CME IE001,AL,CBM,CCA,CME IE002,AL,CBM,,CME IE003,AL,CBM,,CME
To import this information in to our access review system I need to combine a user’s access rights into a single line then format the output like so into a .txt file:
IE001, AA CBM, AA CCA, AA CME, AL CBM, AL CCA, AL CME IE002, AA CBM, AA CME, AL CBM, AL CME IE003, AL CBM, AL CME
How could I accomplish this?
Thanks