Reading from a comma delimeted file in vb.net

  • Thread starter Thread starter Fred P. Alexander
  • Start date Start date
F

Fred P. Alexander

I am trying to read from a comma delimeted file in vb.net. Following is an example of a line in the file.

I am using the streamreader.readline function and have been successful at reading the first line. What is the easiest way to break this line up so each field is seperate?

"Allocate From","Co","Emp","Issue Date","Debit","Credit","Account #"
"Regular Earnings","","","","22,222.22","0.00","2222-222"

Thanks for you time.

From http://www.developmentnow.com/g/38_2005_8_0_22_0/dotnet-languages-vb.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
 
Back
Top