csvside icon indicating copy to clipboard operation
csvside copied to clipboard

[Bug] Cannot parse empty cells

Open gedejong opened this issue 8 years ago • 1 comments

Current implementation does not allow parsing empty cells: @

Invalid(List(CsvError(2,CsvPath(List(Naam2)),Column was empty)))

even when typing the case class with Option[String]. #

gedejong avatar Aug 16 '17 09:08 gedejong

@gedejong thanks for reporting this. Can you remember if the column Naam2 was duplicated in another column? I've run into a similar error and wondering if it is the same problem you had here.

d6y avatar Jun 27 '18 17:06 d6y