Action: gravityview/import/process/row
Fires when a CSV row is being processed during the parsing phase.
Use this action to perform custom operations on each row during parsing, such as logging, validation, or custom field mapping.
Parameters
| Name | Type | Description |
|---|---|---|
| $row | array | The row data as an array of column values. |
| $number | int | The row number (starts from 1 with headers). |
| $batch | array | The batch data. |
Since
Source
Defined in src/Processor.php at line 487