I must create a mapping where I need to map a value to a JSON node. JSON to produce would be like this:
{ "targetId":55, "permissions": { "39": { "edit":true, "view":true } } }
Mapping the value 55 to node targetId is easy, but how can I define the meta data to be able to map 39 value as a node inside the permission object ?
Hello,
This sort of mapping can be done due to json format restriction in the JSON metadata.
The best way is to use a script to construct the Json file.
Best Regard
Emmanuel CHRISMENT
I must create a mapping where I need to map a value to a JSON node. JSON to produce would be like this:
{
"targetId":55,
"permissions": {
"39": {
"edit":true,
"view":true
}
}
}
Mapping the value 55 to node targetId is easy, but how can I define the meta data to be able to map 39 value as a node inside the permission object ?
Hello,
This sort of mapping can be done due to json format restriction in the JSON metadata.
The best way is to use a script to construct the Json file.
Best Regard
Audric FREY
Hello,
This sort of mapping can be done due to json format restriction in the JSON metadata.
The best way is to use a script to construct the Json file.
Best Regard
-
File external resolver with encrypted value
-
Timeout on Mapping/Webservice call
-
UNIQUE TEMP TABLE NAMES
-
Previous step name from a sub-process of execute delivery
-
Dropping multiple tables at once in XDI
-
Freeze Designer and corrupted workspace
-
FileWait/Move/Copy: FileInclude with space
-
Loop excel files
-
Change SVN user in the Designer
-
How to Specify the JVM used by the Designer?
See all 76 topics