Map

Rename columns of a storage.

Options

map (array)

A list of columns (as key) to rename into something else (as value).

in (string)

The identifier of the storage.

Example

users: !storage
  - name: James
  - name: Sammy

default: !task
  - map:
      name: firstName
    in: users

Last updated

Was this helpful?