Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/17/2024 02:36 AM
Hi Team,
In REST connector's ImportUserJSON , under colsToPropsMap - does Saviynt support replace or other similar function to manipulate data received from API's.
For example: if Email is 'John.Smith@test.xxx.com' could this be set as 'john.smith@xxx.com' using a replace function or something similar. Does Saviynt support this?
Can date format be changed to a different timezone?
Thanks,
04/17/2024 03:17 AM - edited 04/17/2024 03:24 AM
use it like below
mail = John.Smith@test.xxx.com
user?.mail.toLowerCase()
or if it const try like below
"Email": "#CONST#${String mail = response.call1.message.responseMessage; mail = mail.toLowerCase(); return mail}~#~char",
04/17/2024 06:13 PM
You can use preprocessor to manipulate data