I need a solution
Hello -
I have a CSV file that starts like this...
File header info. 1field1,1field2,1field3,1field4 2field1,2field2,2field3,2field4 3field1,3field2,3field3,3field4 ...
I want to discard the first two lines, then read each of the remaining records into an array.
Any thoughts/ideas on the best way to do this? Tnx in advance,
Tom