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]`. #
Current implementation does not allow parsing empty cells:
@
even when typing the case class with
Option[String]. #