diff --git a/src/utils/report.ts b/src/utils/report.ts index cb777ec..1282b02 100644 --- a/src/utils/report.ts +++ b/src/utils/report.ts @@ -97,7 +97,7 @@ export const getReportCSV = async (data: ReportTimeEntry[]): Promise => entry.project.type, entry.project.plannedHours, entry.hours, - entry.description, + '"' + entry.description + '"', entry.startHour, entry.endHour, ].join(',') + '\n';