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
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.
The text was updated successfully, but these errors were encountered:
dquintanatorres
changed the title
Feature proposal: Join operator on associative arrays by key
Feature proposal: Join operator on associative arrays
Nov 6, 2024
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:
The text was updated successfully, but these errors were encountered: