transform_transform_coerce
Convert data values to specified types, handling type coercion with result tracking and error reporting for structured data processing.
Instructions
[transform] Type-coerce values. types={key: str/int/float/bool/list/dict/null}. Returns {result, coerced, errors}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | ||
| types | Yes |