Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CR inside a row #7

Open
thrahlf opened this issue Mar 28, 2024 · 0 comments
Open

CR inside a row #7

thrahlf opened this issue Mar 28, 2024 · 0 comments

Comments

@thrahlf
Copy link

thrahlf commented Mar 28, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant