I Need to output a file like this:
Number App_Date Reference Approval
01/00 24/10/2013 REFERENCE01 12345
The top line is constant but I need to change the second line to variables out of a list, (at the moment they are in a .csv file but txt would also be possible) then save as the document reference.
i.e. the above file would be REFERENCE01.txt
and the next file would be for example: REFERENCE03.txt
Number App_Date Reference Approval
03/04 24/10/2013 REFERENCE03 54321
At the moment the .csv file is similar to:
Number App_Date Reference Approval
01/00 24/10/2013 REFERENCE01 12345
03/04 24/10/2013 REFERENCE03 54321
13/00 24/10/2013 REFERENCE13 67890
Any assistance anyone could give would be greatly appreciated