Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to skip first line while reading csv file .

843785Nov 8 2008 — edited Nov 10 2008
Hi,

I have to read csv file.if first line of csv file contains column names then i have to skip it and read the next line.

format of csv file will be like this

USER_CODE,USER_ID,DATE_OF_JOINING
111,ASD,11/02/2006
123,ZAQ,10/01/2000
234,ASD,10/10/2008


Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2008
Added on Nov 8 2008
10 comments
18,150 views