How to skip first line while reading csv file .
843785Nov 8 2008 — edited Nov 10 2008Hi,
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