CsvDataRow

typealias CsvDataRow = List<String>

Represents a data row in a CSV file, excluding the header row.