map_reduce_mr_map
Extract a specific field from each element of a JSON array. Optionally apply a transform like upper, lower, strip, len, bool, str, int, float, abs, or not.
Instructions
[map_reduce] Extract a field from every item in a JSON array. Optional transform: upper, lower, strip, len, bool, str, int, float, abs, not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| field | Yes | ||
| transform | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |