csvside
csvside copied to clipboard
[Bug] Cannot parse empty cells
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 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.