You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a cursed input file (that I do not control, obviously) that uses \r\r\n (hex 0D 0D 0A) as newlines. This makes the parser produce rows that are (a) not considered empty, so I can't easily skip them, but (b) contain only the first column. It would be nice if this library either accepted any cursed combination of newline'ish characters as a single newline, or allows for the user to specify which combination of characters to treat as a newline.
The text was updated successfully, but these errors were encountered:
I have a cursed input file (that I do not control, obviously) that uses
\r\r\n
(hex0D 0D 0A
) as newlines. This makes the parser produce rows that are (a) not considered empty, so I can't easily skip them, but (b) contain only the first column. It would be nice if this library either accepted any cursed combination of newline'ish characters as a single newline, or allows for the user to specify which combination of characters to treat as a newline.The text was updated successfully, but these errors were encountered: