cancel
Showing results for 
Search instead for 
Did you mean: 

Transform script for IPS to SFAnalytics 'no email address'

Paul_Allen
Participant
0 Kudos

Hi Community,

Does anyone have details of a transform script for IPS to Target System for SFAnalytics where:

If there is no email address, then create email address in SFAnalytics to be "UserID"@SAP.Dummy.de

View Entire Topic
Matthew_Darling
Explorer

Hi Paul.

We use the following:

{

"sourcePath": "$.personKeyNav.userAccountNav.username",

"targetPath": "$.emails[0].value",

"functions": [

{

"type": "concatString",

"suffix": "@domain.com"

}

]

},

I hope I understood the question properly.

Kind regards,

Matt