delete nested json from json file in adf
Hi Team,
My json data is like below. I want to delete the strikeout nested objects (request_documents) from json file in adf dataflow.
{`` ``"accountNumber": "abcdefg",`` ``"comments": "hsdhfjkhasjkfhajh",`` ``"requestDetail": {`` ``"prospect": {}`` ``},`` ``"additionalQuestionRequire": {},`` ``"additionalQuestion": {`` ``"branchQuestion": {},`` ``"nauQuestion": {},`` ``"featureQuestion": {},`` ``"faQuestion": {},`` ``"nonFaQuestion": {}`` ``},``
"request_documents": {
"client_instructions": [
null
]
}
,`` ``"deliveryMethod": "xgjhsgakdk",`` ``"predefinedMemo": "ghjghjfhgcc43fh65",`` ``"selectProductTypeOfAccount": "jkghiuy58gh",`` ``"specify": ""`` ``}