Skip to content

Special characters in tasklog file need to be escaped. #5

Description

@mtso

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions