Using metadata in `on` clause for `join

Comments

1 comment

  • Avatar
    Tommy Pensyl

    I found by mapping _sourceHost to another variable as such

    join (parse "my message [*]" as z | _sourceHost as a) as x, ....

    Then I was able to reference the sourcehost as x_a

    0
    Comment actions Permalink

Please sign in to leave a comment.