Hi ,
I have an input (JSON) like below:
// Sample input JSON doc
"TestCases": {
"0": {
"Verdict": "PASS",
"tcId": 0,
"NoOfFail": 0
},
"1": {
}
Where number of test cases is not static and I want to remove field "NoOfFail" of each test case. I guess I cant use mutate as remove_filed requires a static filed value.
Can somebody help here.
Thanks,
Mahipal