I'm writing an application where I need to get data (originally from a database) and I have the end result in a CSV file. I have googled around and have not been able to find an example that I have been able to use for my program. I was wondering if anyone could help me with parsing a CSV file.
It would look something like:
Code:
Last Name, First Name, Position, Team, Average
I'm quite close to finishing the program, but have been having trouble, with this part of it for quite a bit.
Thank you to anyone that can help me,
-ronm3xico