Replies: 1 comment
-
Welcome!
No there isn't. Your example is a little tricky to follow. Please can you provide a slightly more cut down version of what it is you are trying to solve? That will help when it comes to thinking about how to think/structure about this differently. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm trying to enrich this json using the below cue
The enrichment cue is, mostly, working really well.
The problem is the following code:
Only the top level occurrence of
requiredis being captured by this filter. Other occurrences, such as these are being missed.Is there a way to lookup the parent node? Specifically, I'm thinking if the
#TypeEnricher: Tcan look up 1 level, then this may be a solution.I'm very new to Cue, so let me know if there are better ways to solve this.
Thanks
Enrichment Cue
Beta Was this translation helpful? Give feedback.
All reactions