Strings are currently cut off early if it contains a pattern like ", that tricks the parser into thinking it has reached the end of the string.
Solution:
When writing double quotes or commas into a tasklog, prefix with a \ backslash to escape it.
When loading tasklogs through FileStore, expect double quotes and commas to be escaped.