Override the delimiter

I am trying to map a field in Azure AD. The specific key i want to send is "manager@odata.bind". However Celigo splits the field into multi-line field as below:

"manager@odata": {
"bind": "https://graph.microsoft.com/v1.0/users/*****-***-*****"
}

Is there a way to instruct Celigo not to split the field on '.' (dot) ?

@vreddhibhat it looks like you're using mapper 1.0 in which case you can wrap it within square brackets, [].

If using mapper 2.0, this isn't an issue.

Thank you. This is exactly what I was looking for.