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
final String input = "A,B\n" +
"apple,banana\n" +
"cherry,";
Column A should read as "apple", "cherry"
and column B should read as "banana", ""
(furthermore the empty string will probably be tranlsated to null, depending on user settings)
but the lack of newline at the end of the final row makes the library throw "Logic error: uncaught short last row"
The text was updated successfully, but these errors were encountered:
kosak
changed the title
Fails to parse when last cell is empty and last line is not terminated
Internal error when last cell is empty and last line is not terminated
Dec 2, 2023
kosak
added a commit
to kosak/deephaven-csv
that referenced
this issue
Dec 2, 2023
Given input like this
Column A should read as "apple", "cherry"
and column B should read as "banana", ""
(furthermore the empty string will probably be tranlsated to null, depending on user settings)
but the lack of newline at the end of the final row makes the library throw "Logic error: uncaught short last row"
The text was updated successfully, but these errors were encountered: