datasetId = $datasetId; $this->userId = $userId; } public function startRow(): int { return 6; } public function model(array $row) { return new DatasetTable47([ 'dataset_id' => $this->datasetId, 'created_by' => $this->userId, 'kabupaten_kota' => $row[0], 'lokasi' => $row[1], 'jumlah_penduduk' => $row[2], 'timbulan_sampah' => $row[3], 'status_open_dumping' => $row[4], 'status_sanitary_landfill' => $row[5], 'status_controlled_landfill' => $row[6], ]); } }