Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 628 Bytes

Transformers

Manipulates data, in sequence, from the data source previously defined in the extractor. They can be used multiple times in the same process before and after loaders. Transformers receive two arguments: type and options (optional).

/** @var \Wizaplace\Etl\Transformers\Transformer $transformer */
$etl->transform($transformer, $options);

Available transformers types