Skip to content

Word-Dictionary CSV implementation: Incorrect indexes if comma in the meaning #1

@Addi-11

Description

@Addi-11

For meanings containing a ,, the index creation process encounters issues. This happens because we split the word and its meaning using ,. If the meaning itself contains a ,, the split operation results in incorrect indexes.

words := strings.Split(line, ",") // split the line

Code: Word Dictionary in CSV

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions