Last updated 6 years ago
Rename columns.
$etl->transform('rename_columns', $options);
Columns that will be transformed. The key is the old name and the value is the new column name.
key
value
$options = ['columns' => [ 'email_address' => 'email', ]];
Type
Default value
array
[]