I have a project on the go that retrieves data from pre-built CSV files using the following structure:
- MONTH/DAY/file.csv
Is it at all possible using IMPORT/EXPORT TOOLS to specify the folder that I want the CSV file to be exported to, rather than having a SAVE AS dialogue come up? I would like to automate this process so that the ASP page runs a script at midnight and exports the CSV into the appropriate folder. I know I can dynamically name the file, but I would really like the page to automatically save the file.
Any help would be appreciated.
Cheers, Ryan
|
|
|