Hey, I need to read a textfile in java. The problem is that the file has the following format:
Id time1 time2 time3 ... ID2 time1 time2 time3 ...
If you're on a Linux/UNIX platform, you could do some preprocessing with the cut command
cut