We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6985b2 commit 4a4e873Copy full SHA for 4a4e873
1 file changed
src/Migration/Destinations/CSV.php
@@ -37,7 +37,7 @@ public function __construct(
37
array $allowedColumns = [],
38
private readonly string $delimiter = ',',
39
private readonly string $enclosure = '"',
40
- private readonly string $escape = '\\',
+ private readonly string $escape = '"',
41
private readonly bool $includeHeaders = true,
42
) {
43
$this->deviceForFiles = $deviceForFiles;
0 commit comments