Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 1 revision

Read a row from the CSV file without mapping columns to fields.

Synopsis

uses('csv-import');

public function array [[CSVImport]]::rowFlat()

Return Value

An indexed array of values read from the file, or null if the end of file is reached.

Clone this wiki locally