Skip to main content

Filter: gravityview/import/parse/excerpt

Filters the number of rows to analyze during the parsing phase.

The excerpt size determines how many rows are scanned to detect column types and build field mapping hints during the parsing phase.

Parameters

NameTypeDescription
$excerpt_sizeintThe number of rows to analyze. Includes headers. Default 20.
$batcharrayThe batch data.

Since

Source

Defined in src/Processor.php at line 439