bumbaermail
23rd September 2008, 11:47
Hello,
I have to read a .csv file with structure as following:
Cust#, Name, Segment
627500,ABC Company,315590
70147,Another Company,319985
404405,Third Company, 254897
..............
................
I am using seq.open, seq.eof, seq.get, string.scan, seq.close to read the file. My question is how to skip the First Line/Heading Line?
Thanks in advance
Bumba
I have to read a .csv file with structure as following:
Cust#, Name, Segment
627500,ABC Company,315590
70147,Another Company,319985
404405,Third Company, 254897
..............
................
I am using seq.open, seq.eof, seq.get, string.scan, seq.close to read the file. My question is how to skip the First Line/Heading Line?
Thanks in advance
Bumba