Hey everyone!
I'm working with Super CSV and it looks like an amazing package.
My only worry is how to work with columns with spaces in their names. No, I cannot go back and remove the spaces myself. These files will be given to me by the hundreds and I don't have time to go back and fix all 60 columns for each file and I can't trust everyone else to do it properly.
How can I work with columns with spaces in the title (i.e. "First Name" not "FirstName" or "firstName")?
Thanks!
For coding samples, look here: http://supercsv.sourceforge.net/codeExamples_general.html