Hi, thanks for the quick reply, however this doesn't seem to work, it outputs all the data (it doesn't extract just the specific columns I want).
For example I have a csv file (called test2.csv) containing the following:
"barney","fred","wilma"
1,2,3
4,5,6
7,8,9
I just want to extract the...