Hi Mofi!
Thanks for the reply!
Here is what I have. I got an exported text file for every day.
uni_010105.txt
uni_010205.txt
uni_010305.txt
uni_010405.txt
uni_010505.txt
etc.
There is no date in the text file.
I currently run a macro that formats the text and publishes it to the web. Originally, I was just inserting yesterday into the file, but now that there are multiple files, I need to identify the data set by date. And merge the files all into one file.
Original Post (
http://www.ultraedit.com/index.php?name ... opic&t=474)
I have a macro that formats an exported text file into:
.88,$0.00,,,,WEST,REG,17131,010517,
9.13,$0.00,,,2003,WEST,REG,00000,210056,
3.15,$0.00,1,,2006,WEST,OT,17131,010517,
8.00,$0.00,1,,2006,WEST,REG,17131,010517,
1.25,$0.00,1,,2006,,OT,17131,010517,
My goal is to end up with a recap file that contains all files and dates.
.88,$0.00,,,,WEST,REG,17131,010517,01/01/05,
9.13,$0.00,,,2003,WEST,REG,00000,210056,01/01/05,
3.15,$0.00,1,,2006,WEST,OT,17131,010517,01/02/05,
8.00,$0.00,1,,2006,WEST,REG,17131,010517,01/03/05,
1.25,$0.00,1,,2006,,OT,17131,010517,01/03/05,
Thanks for any ideas and help.
Hopper