public void event_onBeforeCsvCustomerUpdated(array $fields, int $id)
$fields
array
specifies a list if imported customer fields.
$id
int
specifies the customer identifier.
Triggered before an existing customer record is updated from a CSV file.
The event handler should accept two parameters - the array of imported fields and the customer identifier.