kasim-ba

Results 4 comments of kasim-ba

Hello, recreating the behavior is quite simple. I created the following JUnit test, which shows that the first row misses the last three elements. ``` @Test void testCsvReaderOmitsEmptyElements() { var...

Yes, that seems to be the case, at least to some extent. I'm working currently with **STS 4.21**. And after adding explicitly `\t` the test went through. It doesn't help...

Well, adding those settings did not really help with my problem, but there is definitely some problem with eclipse. The other problem that I don't understand is why this problem...

Strange eclipse. Anyway, thanks for your support.