in src/weekly/WeeklyExporter.ts [108:113]
toUpperCase(value: string) { if (value) { return value.trim().toUpperCase(); } return value; }