sumator
Sumator
Type:
sumator
• Category:flow
• Tags:join
,merge
,data
Description
Join two lists of dicts by key
Parameters
Name | Type | Description | Required | Default |
---|---|---|---|---|
leftExpr | string | Expr -> list[dict] (left) or directly list | no | |
rightExpr | string | Expr -> list[dict] (right) or directly list | no | |
key | string | Common key present in both dicts | no | |
joinType | string | Join type | no | "inner" |
conflictStrategy | string | Conflict: prefer_left / prefer_right / rename_right (suffix _r) | no | "prefer_left" |