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
Fix a bug that wrong parse result with :skip_lines
fixGH-296
This is caused by a bug of nested InputsScanner#keep_start/keep_back.
It may back duplicated data when an internal scanner accepts multiple
keep_starts. :skip_lines may cause this situation when a line includes
"\n" and the row separator is "\r\n".
Reported by Ryo Tsukamoto. Thanks!!!
0 commit comments