Columns that will be loaded. If null, all columns in the process will be inserted.
Type
Default value
array
null
To select which columns will be loaded, use an array with the columns list:
$options=['columns'=>['id','name','email']];
To map columns from the etl process to the database table, use an associative array where the key is the name of the process column and the value is the table column: