How to extract common fields from 2 json objects and add to 3rd json object
Request:
How to map the fields of a json with the values of same field from another json
Input:
How to map values of fields from json to other json
Input:
Improve JOLT config
I’ve a JSON like this:
How to add field to the nested object in jolt
for the input, I am finding out all docT’s for the docNumbers in doc98 from Party.retailDemographic.partyDoc.
How to filter items of list based on another list in jolt
INPUT
How to check if an item of list exists in another list in jolt
In the given input request, check if the request.PartyAlternateId.item.AltIdType.idTyp is equal to existingMDMResponse.PartyAlternateId.item.AltIdType.idTyp, if so then add existingMDMResponse.PartyAlternateId.item.rowidObject as PartyAlternateId.item.key.rowid to the same item in the output. Repeat this matching to all items in the request.PartyAlternateId.item. And also add the existingMDMResponse.PartyAlternateId.item.rowidObject to the PartyAlternateId.$original.item.rowid in the output. request.id will go as PartyAlternateId.item.key.sourcekey for all the matched items.
How to map fields of a obj from nested object in jolt
Input
How to map fields from nested object in jolt
Input
How to list the keys available in a object in jolt
I am trying to add all the keys available in input to the object named original and these are intialised to {}.