diff --git a/src/Streamer/FileCsv.php b/src/Streamer/FileCsv.php index bb5df04..74360ed 100644 --- a/src/Streamer/FileCsv.php +++ b/src/Streamer/FileCsv.php @@ -67,6 +67,7 @@ public function __construct( $this->log = $log; $this->headers = $headers; $this->delimiter = $delimiter; + $this->escapeCharacter = $escapeCharacter; } /**