You are here

protected property MigrateSourceCSV::$headerRows in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/csv.inc \MigrateSourceCSV::headerRows

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

MigrateSourceCSV
Implementation of MigrateSource, to handle imports from CSV files.

Code

protected $headerRows = 0;