I have below json as input and I want to write jolt spec to remove element which has "TemplateProcessGroupName": "BBBB" and other elements should be present.
[
{
"TemplateProcessGroupName": "AAAAA",
"Name": "Keytab Credential Service"
},
{
"TemplateProcessGroupName": "BBBB",
"Name": "Keytab Credential Service"
},
{
"TemplateProcessGroupName": "CCCCC",
"Name": "Keytab Credential Service"
}
]
Any help would be appreciated. Thanks in advance
Thanks Mahendra