csv_record[$query]) ? $this->csv_record[$query] : ''; } protected function onRecordLoaded() { $this->csv_record = str_getcsv($this->record, $this->file->getDelimiter(), $this->file->getEnclosure()); } public function record() { return $this->csv_record; } }