CsvColumn

data class CsvColumn(val index: Int, val name: String)

Represents a column in a CsvHeaderRow of a CSV file.

Constructors

Link copied to clipboard
constructor(index: Int, name: String)

Properties

Link copied to clipboard
val index: Int

Zero-based index of the column inside its CsvHeaderRow.

Link copied to clipboard

Name (label) of the column as it is defined in CsvHeaderRow.