-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels