protected property MigrateListCSV::$headerRows in Migrate 7.2
The number of rows in the CSV file before the data starts.
Type: integer
File
- plugins/
sources/ csv.inc, line 41 - Define a MigrateSource for importing from comma separated values files.
Class
- MigrateListCSV
- Implementation of MigrateList, for retrieving a list of IDs to be migrated from a CSV file.
Code
protected $headerRows = 0;