transform_transform_pick
Extract specified keys from a dictionary and return the resulting dict, picked values, and list of missing keys.
Instructions
[transform] Extract only specified keys from a dict. Returns {result, picked, missing}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | ||
| keys | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |