Select

Select a set of columns of a storage, and remove the others.

Options

select (array)

A list of columns to keep.

in (string)

The identifier of the storage.

Example

albums: !storage
  - title: Music for the Jilted Generation
    artist: The Prodigy
    year: 1994
  - title: The Fat of the Land
    artist: The Prodigy
    year: 1997

default: !task
  - select: [ title ]
    in: albums

Last updated

Was this helpful?