Read

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

Options

read (string)

The resource identifier.

type (string)

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

to (string)

The identifier of the storage.

options (array)

The options used by the reader.

Types

  • CSV

  • JSON

  • YAML

  • Database

Example

default: !task
  - read: file.csv

Last updated

Was this helpful?