OK, the problem is that when readValue() does: while (true) { int ch = readChar();
it gets first ch == fieldSeparatorRead ... I think, the right way of fixing would be somehow escaping "empty" values with "" before that point. So, that when you read buffer, it would read , as "","" However, I still have no clue how to achieve this within H2 code. On Wednesday, September 18, 2019 at 1:58:29 PM UTC+3, Evgenij Ryazanov wrote: > > Sorry, it isn't fixed yet. > > Of course, you may submit a pull request with a fix if you wish. The > relevant code is in org.h2.tools.Csv. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/c94b2124-9a57-4f46-bb1c-92e1237e5878%40googlegroups.com.