Create a timesheet entry in CSV format and append it to the timesheet file.
Format: {{date}},{{client}},{{matter}},{{hours}},{{description}}
Append this line to the file: timesheets/{{client}}-{{matter}}.csv
If the file doesn't exist yet, add a header row first: Date,Client,Matter,Hours,Description