Read text file in java

后端 未结 5 1988
礼貌的吻别
礼貌的吻别 2020-12-12 00:00

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 ...
         


        
5条回答
  •  囚心锁ツ
    2020-12-12 00:13

    If you're on a Linux/UNIX platform, you could do some preprocessing with the cut command

提交回复
热议问题