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
| Name | Type | Description |
|---|---|---|
| $excerpt_size | int | The number of rows to analyze. Includes headers. Default 20. |
| $batch | array | The batch data. |
Since
Source
Defined in src/Processor.php at line 439