welshboy202010
Programmer
Hi guys,
I'm writing a program that needs to parse a csv file into a c# program.
I've written the customer class, with the intention of creating customer objects, which will store the data of the csv file.
The bits I'm confused about is teh loading of the csv file and putting the data in it to the appropriate set methods in the customer class.
Once I've done that, it'll be a small matter of getting the GUI working, that much I can do.
The book i have on C# is very vague on file IO to say the least. Any help would be greatly appreciated.
welshboy
I'm writing a program that needs to parse a csv file into a c# program.
I've written the customer class, with the intention of creating customer objects, which will store the data of the csv file.
The bits I'm confused about is teh loading of the csv file and putting the data in it to the appropriate set methods in the customer class.
Once I've done that, it'll be a small matter of getting the GUI working, that much I can do.
The book i have on C# is very vague on file IO to say the least. Any help would be greatly appreciated.
welshboy