pdf2table icon indicating copy to clipboard operation
pdf2table copied to clipboard

CR inside a row

Open thrahlf opened this issue 1 year ago • 0 comments

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?

thrahlf avatar Mar 28 '24 07:03 thrahlf