batch_batch_zip
Combine multiple lists into a list of dictionaries using specified keys. This tool transforms parallel data arrays into structured records for processing.
Instructions
[batch] Zip multiple lists into list of dicts with given keys. Returns {results, count}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | ||
| lists | No |