I'm having trouble understanding how csv files are loaded. I've read all the tutorials and posts I could find, but I can't get a grip on it.
With a textreader I can read a line and then do something with it. I can't seem to do the same with csv files.
I have a csv file with 2 items per line, comma seperated, and multiple lines.
I want to load a line, check if it meets my criteria the put it into a listview.addtwolines, and then repeat. I'd be happy to put it into a multidimensional array also.
Any help with the code and logic would be greatly appreciated.
Thanks
Jamie...
With a textreader I can read a line and then do something with it. I can't seem to do the same with csv files.
I have a csv file with 2 items per line, comma seperated, and multiple lines.
I want to load a line, check if it meets my criteria the put it into a listview.addtwolines, and then repeat. I'd be happy to put it into a multidimensional array also.
Any help with the code and logic would be greatly appreciated.
Thanks
Jamie...