Reading a CSV file
Hi folks,
I'm currently writing a system that needs to import a CSV file at start up. I've managed to load the file and parse it using the split() method in the String class, but all I'm getting is a list of memory addresses. I'm using the standard toString() to display the text.
Is there a way of formatting the text as it should be, I'd paste the code, but I'm not sitting at my computer at the moment.
Many thanks
Emyr

