what is the most efficient way as in speed of reading values in a text file (see sample screen shot above) into an excel or .csv file using c#?.
The first row will always have column names and in this sample they are 6 columns but that's not the standard. In another file, the columns could be 4 or 9.
Skipping those blank rows would also be nice.
NOTE that the text files can be as big as 2 or 4 GBs.
Thanks.