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
With version 1.0.1 of Alpakka CSV the line scanner skips the final line when the last line does not have a line ending and the last column in this line is empty.
I've recreated the issue using the demo app from kciesielski from this slightly related issue: #315
edit: I simplified some things in the issue. First I thought the problem only occurred when the last line had a column less than the rest AND the last column was empty. But the number of columns doesn't seem to matter.
The text was updated successfully, but these errors were encountered:
RoccoMathijn
changed the title
CSV line scanner skipping final line in 1.0.1
CSV line scanner skipping final line when last column is empty in 1.0.1
May 20, 2019
With version 1.0.1 of Alpakka CSV the line scanner skips the final line when the last line does not have a line ending and the last column in this line is empty.
I've recreated the issue using the demo app from kciesielski from this slightly related issue: #315
With 1.0.0 both of the tests succeed. With 1.0.1 the last one fails.
https://github.com/RoccoMathijn/akka-quickstart-scala/blob/master/src/test/scala/com/lightbend/akka/sample/CsvTest.scala
edit: I simplified some things in the issue. First I thought the problem only occurred when the last line had a column less than the rest AND the last column was empty. But the number of columns doesn't seem to matter.
The text was updated successfully, but these errors were encountered: