datasetId = $datasetId; $this->userId = $userId; } public function startRow(): int { return 6; } public function model(array $row) { return new DatasetTable50A([ 'dataset_id' => $this->datasetId, 'created_by' => $this->userId, 'kanal_aduan' => $row[0], 'nama_skpd' => $row[1], 'kategori' => $row[2], 'rincian_masalah' => $row[3], 'bobot' => $row[4], 'tgl_masuk' => $row[5], 'tgl_tl' => $row[6], 'status' => $row[7], ]); } }