need to read ONLY first row of csv file
807605Jun 25 2007 — edited Jun 25 2007Hi,
I need to read ONLY the first line (header)of csv file and count the number of columns delimited by ;. I then need to check if each row of data (2nd row onwards) has same count of columns.
please suggest ways of doing this. thanks.