You are here

protected property MigrateListCSV::$idColumn in Migrate 7.2

The column which contains the ID.

If numeric, this is the index of the column from 0; if non-numeric, this is the column name as given by the header row.

File

plugins/sources/csv.inc, line 34
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 $idColumn;