For example, Input : ``` { "obj": { "y": "s", "arr": [ { "clientId" : 1, "id" : 1 }, { "clientId" : 2, "id" : 2 } ] } } ``` TransformationMap : ``` "item":{ "x" : "y", "z" : [ { "a" : "arr.clientId", "b" : "arr.id" } ] } ``` This is not working.