DSV delimiter detection should deprioritize or ignore content-less rows #3198

Open
opened 2024-09-08 13:18:26 +00:00 by sheetjs · 0 comments
Owner
Foo;Bar;Baz
A;1;2
B;3;4
C;5;6
D;7;8
,,
,,
,,
,,
,,
,,
,,

The DSV parser guesses the , delimiter due to the excessive use of commas. This CSV was generated by a third-party writer that erroneously used commas instead of semicolons for the blank rows.

``` Foo;Bar;Baz A;1;2 B;3;4 C;5;6 D;7;8 ,, ,, ,, ,, ,, ,, ,, ``` The DSV parser guesses the `,` delimiter due to the excessive use of commas. This CSV was generated by a third-party writer that erroneously used commas instead of semicolons for the blank rows.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#3198
No description provided.