transform_transform_map_records
Transform data records by selecting, removing, renaming, converting, or adding fields in bulk operations.
Instructions
[transform] Apply pick/omit/rename/coerce/add to each record in a list. Returns {results, count, errors}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | ||
| pick | No | ||
| omit | No | ||
| rename | No | ||
| coerce | No | ||
| add | No |