Hello! Recently, I encountered a need to join two associative arrays within a workflow. While I have been proposed a workaround to manage this, I believe an operator for directly joining associative arrays would be highly convenient. Ideally, this operator would allow specifying a shared key or key pair, similar to SQL-style joins. Extending this to support various join types (inner, outer, left, right, etc.) and scenarios would be extremely valuable.
A better join operator is in the works. Not sure when it will be introduced, but I intend to make it do a proper SQL join and work with any data type rather than just lists.
New feature
Hello! Recently, I encountered a need to join two associative arrays within a workflow. While I have been proposed a workaround to manage this, I believe an operator for directly joining associative arrays would be highly convenient. Ideally, this operator would allow specifying a shared key or key pair, similar to SQL-style joins. Extending this to support various join types (inner, outer, left, right, etc.) and scenarios would be extremely valuable.
Usage scenario
Here’s an example use case: