Forum Discussion

npise's avatar
npise
New Contributor II
4 years ago

How to escape character (.) in target path in mapper

creating request body
{“urn:ietf:params:scim:schemas:sailpoint:1.0:LaunchedWorkflow”: {
“workflowName”: “LCM Provisioning”
}

how to escape ‘.’ in urn:ietf:params:scim:schemas:sailpoint:1.0:LaunchedWorkflow
since this is added in “target path”

should be

3 Replies

  • bojanvelevski's avatar
    bojanvelevski
    Valued Contributor

    This is some kind of partial flattening of the data, which can be achieved with a Script. If this is the only part that needs to be modified, than it can also be transformed with an expression, but if the data contains more objects that are needed to be flattened out, than I suggest you to use Script.