Fix comma bug #6

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

1 Commits

Author SHA1 Message Date
07a16c0642 Fix comma bug
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.
2024-09-13 22:35:32 +02:00