User Activity

Hi All,I want to convert an input array to expected array. Can you please suggest. Input Array :"Customfield": [{"fieldname": "RECTY","fieldvalue": "S01"},{"fieldname": "LFDNR","fieldvalue": "0000004"},{"fieldname": "ARE4","fieldvalue": "467Q"}]Expec...
Need to convert the below source JSON to target JSON Source : “Header”: { “Customfield”: { “ABPER”:“202303”, “ABKRS”:“SL” } } Target : “Header”: { “Customfield”: { “fieldname” :“ABPER”, “fieldvalue” : “202303” }, { “fieldname” :“ABKRS”, “fieldvalue” ...
Hi All, I am creating a Json file by using the Json formatter but I am not getting the json in correct format for all the empty values. Below is the input for Json Formatter : Getting below output from Json Formatter. The output should look like be...