Edwin de Jong
Edwin de Jong
The aggregation functions in pg-slick are unfortunately not compatible with `groupBy` statements from Slick >3.0. In our code-base I've added a work-around, that might need to be introduced in pg-slick...
Current implementation does not allow configuration of underlying CSVReader, such as separator character and quote character. Simple implementation could have an implicit `CSVReaderConfiguration` implementation.
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]`. #