You are here

protected property MigrateListCSV::$file in Migrate 7.2

The path to the CSV file containing a list of IDs to be processed.

Type: string

File

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