csvReader

fun csvReader(pathToFile: Path): CSVParser?

Returns a CSVParser based on CSVFormat.DEFAULT. If there is a problem (e.g. IOException) null is returned.