This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Permission Owner - How to add multiple owners from a csv file.

I am loading permissions from a CSV file. One of the columns is owners which is mapped to Permisison Owner fields with Identity attribute as Email.

I am trying to add multiple owners for permission from the CSV file. In the owner column in CSV, I tried this by giving emails separated by semicolon, and comma with whole string in double quotes.

These are the options I tried

John.Doe@gmail.com;John.Smith@gmail.com

"John.Doe@gmail.com,John.Smith@gmail.com"

In both cases, it is taking only the first email id as the owner.

Is it allowed to give multiple email IDs as an input value for the owner? If so how we can define it in a CSV file?

I am trying to avoid the group as the input value.

Thanks in advance for the help.

Mathew

  • 0  

    Greetings,
    The default separator for multiple values in the CSV collectors in the pipe sign '|'. This is configured in the Collector section "Multi-value Delimiter"

    Here is an example from my csv for multiple holders (some concept):

    "PermissionID","PermissionName","Description","Holder","Risk"
    "2101","Read Oracle Database Access","Read Access to Oracle","swest|mwest|twest","50"


    Sincerely,
    Steven Williams
    Principal Enterprise Architect
    OpenText Cybersecurity

  • 0

    Thank you Steven for the reply. It worked.

    Regards

    Sanu