Skip to main content

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​

NameTypeDescription
$rowarrayThe row data as an array of column values.
$numberintThe row number (starts from 1 with headers).
$batcharrayThe batch data.

Since​

  • 2.0

Source​

Defined in src/Processor.php at line 497