I have text file with single row table (tab separated) and I need to parse it to receive Map("one" -> 1, "two" -> 2, "three" -> 3). I can't figure out how to do it and even not sure that it is possible at all. Any ideas guys?
one two three
1 2 3
1, "two" -> 2, "three" -> 3). I can't figure out" /> 1, "two" -> 2, "three" -> 3). I can't figure out" /> 1, "two" -> 2, "three" -> 3). I can't figure out"/>
Ok, I've figured out how to do it by myself.
It will print