get

operator fun CsvDataRow.get(column: CsvColumn): String

Same as getOrEmpty

Returns the value from this row for the given column, or an empty string if not present.

Return

the value at the column's index, or an empty string if not present

Parameters

column

the column to retrieve the value for