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
the lookup will not be executed if node lookup will fail (e.g. not present). simplepath should provided a filter which will execute no matter if any intermediate nodes blow up. possible syntax:
path.to.node|<lookup>
The text was updated successfully, but these errors were encountered:
Conditional filters can be extended. In addition to lookups, if we can provide a way to find key(s) in an order and return back with the first match found, that would solve a use case for label customization. Example:
path.to.node1 or path.to.node2 or path.to.node3
The 'or' operator will behave like a if..else condition going from left to right. The first non-null value should be returned back.
Sometimes filters are desired:
the
lookup
will not be executed ifnode
lookup will fail (e.g. not present). simplepath should provided a filter which will execute no matter if any intermediate nodes blow up. possible syntax:The text was updated successfully, but these errors were encountered: