After separating fields with
var fields = row.characters.split {$0 == "\t"}.map { String($0) }
the debugger shows "unable to read data" for one field. What does it mean, except there is no data? I want to check it, but it is no empty string ("") and it's not nil.