My text file is like:
1, gold, silver, truck
2, gold, fire, truck
3, china, asia, gold, silver, truck, truck
4, ireland, spain, prague, paris
How to jump the first element of the line (1,2,3,4) and read rest of the word one by one?
And how to read only the first element of a row?
Cause I need to store them separatly into two HashMaps.
Thx