Member since
10-26-2020
1
Post
0
Kudos Received
0
Solutions
10-28-2020
10:49 PM
jolt specification : [{ "operation": "shift", "spec": { "@": "&", "data": { "*": { "id": { "@(1)": "idexist.[]" }}}}}] output : { "root" : { "data" : [ { "name" : "a", "id" : "100" }, { "name" : "b", "id" : "101" }, { "name" : "c" } ] }, "idexist" : [ { "name" : "a", "id" : "100" }, { "name" : "b", "id" : "101" } ] }
... View more