You are here

protected property MigrateListCSV::$headers in Migrate 7.2

The array keys taken from the first row.

Type: array

File

plugins/sources/csv.inc, line 48
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 $headers = array();