Hello, perhaps this is is n00b question, well it is....
I need to read CSV file and reformat certain cells. For example:
'Name' column to have 'Last Name, First Name Middle Initial.'
I want to convert Jeorge W Bush into-> Bush, Jeorge W (with comma)
How can I do this? Should I do some with array? Small example would be appreciated. Google wasn't very helpfull.