We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee4d05 commit 0bf8fc7Copy full SHA for 0bf8fc7
php/Job/Export/Csv.php
@@ -32,7 +32,7 @@ public function run(): array
32
$item[$k] = json_encode($v);
33
}
34
35
- $data[] = implode($this->delimiter, $item);
+ $data[] = nl2br(implode($this->delimiter, $item));
36
37
38
$total = $result['total'];
0 commit comments