Write

Output the content of a storage into a destination. A destination can be a file as well as a database table for example.

Options

write (string)

The resource identifier.

type (string)

The type of the writer. If not defined, it will be determined using the resource identifier.

from (string)

The identifier of the storage.

options (array)

The options used by the writer.

Types

  • CSV

  • JSON

  • YAML

Example

default: !task
  - write: file.csv

Last updated

Was this helpful?