layer_join
Join attributes from another vector layer using a shared key field. Matches records by specified fields and adds joined fields to the target layer for the session.
Instructions
Join another vector layer's attributes onto this layer by a shared key field.
join_field is the field on join_layer_id; target_field is the
field on layer_id to match it against. prefix is prepended to the
joined field names to avoid collisions - defaults to the join layer's
name if omitted. This adds fields to every feature on layer_id for the
rest of the session; confirm with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | ||
| layer_id | Yes | ||
| join_field | Yes | ||
| target_field | Yes | ||
| join_layer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||