Read one line of a csv file in Java

后端 未结 6 2001
Happy的楠姐
Happy的楠姐 2021-01-21 16:59

I have a csv file that currently has 20 lines of data. The data contains employee info and is in the following format:

first name, last name, Employee ID

So one

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-21 17:34

    Alternatively, If you want more control over read CSV files then u can think about CsvBeanReader that will give you more access over files contents..

提交回复
热议问题