Table
$etl->extract('table', 'table_name', $options);Options
Columns
$options = ['columns' => ['id', 'name', 'email']];Connection
$options = ['connection' => 'app'];Where
Last updated
$etl->extract('table', 'table_name', $options);$options = ['columns' => ['id', 'name', 'email']];$options = ['connection' => 'app'];Last updated
$options = ['where' => ['status' => 'active']];