kotest-assertions / io.kotlintest.tables / CsvDataSource / createParser

createParser

fun createParser(format: CsvFormat, readHeaders: Boolean, ignoreLeadingWhitespaces: Boolean = true, ignoreTrailingWhitespaces: Boolean = true, skipEmptyLines: Boolean = true, emptyCellValue: String? = null, nullValue: String? = null, skipRows: Long? = null): CsvParser