06/30/2022 01:13 AM
Hi All,
I want to perform string manipulation activity in ACCOUNTS_IMPORT_JSON for Entitlements import at SOAP connector.
The target has Prefix values for the Entitlement which does not hold any importance in importing.
Example :
ABC.1.XYZ.Entitlement1
ABC.1.XYZ.Entitlement2
Ask: I just want to import Entitlement 1 and Entitlement 2 in Saviynt.
Below is the JSON currently used for ACCOUNTS_IMPORT_JSON .
"ENTITLEMENTMAPPING1" : { "SAPGROUP":"attributes.attr(0).value"}
"ENTITLEMENTMAPPING2":{"SAPGROUP":"identifier.id"}
Could you please suggest me a suitable JSON to achieve the above query.