Skip to content

CR inside a row #7

@thrahlf

Description

@thrahlf

If there is a carriage return inside a row, the extesion recognizes it immediately as a complete line break and starts a new array.

this is what happend:

[ 'a', bc', 'de', 'fg', 'zhgbg' ],
[ '21.03.2024, 2.' ],
[ 'a', bc', 'de', 'fg', 'zhgbg' ],

and this should it be:
[ 'a', bc', 'de', 'fg', 'zhgbg\r21.03.2024, 2.' ],
[ 'a', bc', 'de', 'fg', 'zhgbg' ],

Any idea?

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