You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am going with the assumption that the input json is always an array with just 1 element and the output is expected to be an object with that first element.
Thanks for the response. I realized that my input json need not be enclosed in an array. Sorry about the confusion. I suppose the transformation wont change significantly due to this.
I have a json like this
I want to keep the users array empty when status is "PENDING", "INACTIVE" or "BLOCKED" but not of any other value of status.
e.g.
it should result in
How can this be done with Jolt specs?
The text was updated successfully, but these errors were encountered: