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).
$etl->transform('type', $options);
Convert Case
JSON Decode
JSON Encode
Rename Columns
Trim
Unique Rows
Last updated 7 years ago