Hi all ,
Ia have to build a json config with a @ in the name
So as example my json looks llike
{
“KnUser”: {
“Element”: {
“@UsId”: “8123.4567”,
“Fields”: {
“Nm”: “prename lastname”,
“Upn”: “test@email.nl”
}
}
}
}
Now the problem is that i can make a json config and when testing al gies well.
But whan using it in a xlate the field with the @ is skipped , i think because it is a special character @ when i leave this out all works well
I already tried @@ , \@ , \\@ and {@UsID} but every time it goes wrong
I am now gonna write a tcl after creating the json for replacing UsId in @UsId but it is more readable for my collegea’s when is can use teh simple xlate ;->>