You are here

protected property MigrateSourceCSV::$rowNumber in Migrate 7.2

The current row/line number in the CSV file.

Type: integer

File

plugins/sources/csv.inc, line 256
Define a MigrateSource for importing from comma separated values files.

Class

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

Code

protected $rowNumber;