Hi All
I am very new to this stuff and would appreciate some help.

I have a bunch of CSV files that I need to take certain bits of data from then create a new CSV fille.

Here is my thought process
1) Pick up a CSV with name beginning 'Per'
2) Copy column A to Column A
3) Copy column C to Column B
4) Copy column E to Column L
5) Copy column F to Column P
6) Fill the blanks in between the filled columns with NA
7) Create a new CSV called 'N_Per'

Ideally I would like to run it as a batch file in a folder and that would send all the files into a new folder.

Does this sound difficult?
Thanks in advance
D