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