csvSeparator; } public function setCsvSeparator(string $csvSeparator): self { $this->csvSeparator = $csvSeparator; return $this; } }