Skip to content

Commit 4a4e873

Browse files
committed
Fix default escape
1 parent b6985b2 commit 4a4e873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Migration/Destinations/CSV.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(
3737
array $allowedColumns = [],
3838
private readonly string $delimiter = ',',
3939
private readonly string $enclosure = '"',
40-
private readonly string $escape = '\\',
40+
private readonly string $escape = '"',
4141
private readonly bool $includeHeaders = true,
4242
) {
4343
$this->deviceForFiles = $deviceForFiles;

0 commit comments

Comments
 (0)