Fix comma bug #6

Merged
marco merged 1 commits from fix-comma-bug into master 2024-09-13 20:39:02 +00:00
Owner

This fixes a bug that was caused by a name containing a comma.
We store the food entries in a csv so logically a comma in the name,
causes the parser to crash.

We fix this, by wrapping the name in quotation marks and writing a new
parser for food entries.

This fixes a bug that was caused by a name containing a comma. We store the food entries in a csv so logically a comma in the name, causes the parser to crash. We fix this, by wrapping the name in quotation marks and writing a new parser for food entries.
marco added 1 commit 2024-09-13 20:37:46 +00:00
This fixes a bug that was caused by a name containing a comma.
We store the food entries in a csv so logically a comma in the name,
causes the parser to crash.

We fix this, by wrapping the name in quotation marks and writing a new
parser for food entries.
marco merged commit 9179cff38e into master 2024-09-13 20:39:02 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: marco/calorimeter#6
No description provided.