ilya.gorbunov
getOrNull
val columns = list.split("\t") val (a, b) = columns val country = columns.getOrNull(2)