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
jimhester
changed the title
line number in problems not correct after commented columns.
line number in problems not correct after commented rows.
Sep 14, 2021
Here problems reports a problem on row 3, but when you look at row 3 in the data there's no problem. That's because it's not counting the header, and it's actually on row 2, which is line 3.
In this instance problems still reports the issue on row 3, but now 3 is neither the row in the tibble, nor the line in the file.
Ideally it would be nice if problems were to report both row (the row in the returned tibble) and line (the line in the parsed file) where the parsing failure occurred.
Note also that the reported problems are also messed up by skip_empty_rows and skip arguments.
Because we aren't keeping track of how many lines were skipped.
The text was updated successfully, but these errors were encountered: