I have the following:
[{"result":"SUCCESS"}, {"result":"FAILURE"}, {"result":"SUCCESS"}]
I would like to transform with jsonata that into: [1,0,1]
BR,
I have the following:
[{"result":"SUCCESS"}, {"result":"FAILURE"}, {"result":"SUCCESS"}]
I would like to transform with jsonata that into: [1,0,1]
BR,