Get current row in castStateUsing ImportColumn
Is this possible inside the closure? I need to change the state of one column based on another column.
->castStateUsing(function (?string $state, Importer $importer) {
// $importer->getData()['ID']...
return $state;
}),