diff --git a/src/Application/ExportService.php b/src/Application/ExportService.php index 4ac8f9bb..49073abe 100644 --- a/src/Application/ExportService.php +++ b/src/Application/ExportService.php @@ -44,7 +44,7 @@ public function getRatingCsv() : string } $csv .= sprintf( - '%s,%s,%s,%s,%s' . PHP_EOL, + '"%s",%s,%s,%s,%s' . PHP_EOL, $movie->getTitle(), (string)$movie->getReleaseDate()?->format('Y'), (string)$movie->getPersonalRating(),