Hey guys, I have a little delima.
Here is the objective.... The file, BOB12.csv has the following contents.
I want to change the flie to be like... the second group below.
34,344,34444
44,444,44444
...
...
Change to...
34,344,34444,BOB12.csv
44,444,44444,BOB12.csv
...BOB12.csv
and on and on. Lots of lines in the files.
See what I mean?
Problem is, there are a LOT of files... all formatted the same, with different file names. Need to stick the apporiate file name on the end of all lines in that file.
Anyone have -any- idea how to do this? I woudl write a macro in a text editor, but, I can't access the filename from the editor so easily.... grrr......
Here is the objective.... The file, BOB12.csv has the following contents.
I want to change the flie to be like... the second group below.
34,344,34444
44,444,44444
...
...
Change to...
34,344,34444,BOB12.csv
44,444,44444,BOB12.csv
...BOB12.csv
and on and on. Lots of lines in the files.
See what I mean?
Problem is, there are a LOT of files... all formatted the same, with different file names. Need to stick the apporiate file name on the end of all lines in that file.
Anyone have -any- idea how to do this? I woudl write a macro in a text editor, but, I can't access the filename from the editor so easily.... grrr......