Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Need to update the Street by breaking the Strings while provisioning to AD

jbaskaran
Regular Contributor
Regular Contributor

Hi,

When trying to update the Street by breaking the Strings while provisioning the account to AD using tokenize but field gets updated with "\r\n" instead of writing it in new line like below sample example:

Example:-

Input: Address 1$Address 2$Address 3$

Expected Result:

Address 1

Address 2

Address 3

Actual Result:

Address 1\r\nAddress 2\r\nAddress 3

Any suggestions please to fix this. Thanks in advance.

5 REPLIES 5

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @jbaskaran,

Can you please try the below sample,

Input: Address 1\\$\nAddress 2\\$\nAddress 3\\$\n

Thanks,

If you find the above response useful, Kindly Mark it as "Accept As Solution".

HI Sudeshjaiswa,

We tried this but it doesnt work 😞 

Does it directly works without saviynt ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

HI Rushikesh, Yes, It does work as expected without Saviynt.

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @jbaskaran ,

Could you please provide the full mapping details and specify where the mapping is being done within the connections parameter? Additionally, please clarify where you have defined these mappings.

Thanks,

If you find the above response useful, Kindly Mark it as "Accept As Solution".