How can I flatten an MVP property into a table using the SyncEditor?

In One Identity SyncEditor, I have a multivalue property (MVP) on the right-hand side called VRT_HOST, which contains multiple values per record. For example:

Record1: VRT_HOST = {1, 2, 4, 5}
Record2: VRT_HOST = {2, 5}
Record3: VRT_HOST = {10, 1}
Record4: VRT_HOST = {0, 2}

My goal is to import these values into a left-hand side table where each individual value becomes its own record with a cn attribute. The desired result would look like this:

Record1: cn = 0
Record2: cn = 1
Record3: cn = 2
Record4: cn = 4
Record5: cn = 5
Record6: cn = 10


The target system is of type LDAP, and the use case is to parse and import values from the attribute nisNetgroupTriple within nisNetgroup.

Is there an alternative way to handle this property using One Identity Manager? So far, I’ve only found references to managing it via One Identity Safeguard, which the customer does not have in place.


Best Regards,

Chris

Parents Reply Children