Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 602 Bytes

Extractors

Extractors are the entry point of any process. To start a process, you must set up an extractor to read a data source such as a csv file or a database table. Extractors receive three arguments: type, source and options (optional).

/** @var \Wizaplace\Etl\Extractors\Extractor $type */
$etl->extract($type, $source, $options);

Available extractors types