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
{{ message }}
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
When we set skip_lines_with_error to true and relaxColumnCount to true and the header has less number of columns than the following rows then the parser does not iterate over any rows except header.
Describe the bug
When we set skip_lines_with_error to true and relaxColumnCount to true and the header has less number of columns than the following rows then the parser does not iterate over any rows except header.
To Reproduce
Copy and run this code
Additional context
If you set skip_lines_with_error to false then all rows are printed as expected.
The text was updated successfully, but these errors were encountered: