G
Guest
I am setting up an Access application to automatically read and parse .csv
files that are generated via script on a remote server.
The catch is that the .csv file name changes everyday according to the date.
For example, the files look like:
"QOR_DAILY_04152005.CSV"
"QOR_DAILY_04162005.CSV"
"QOR_DAILY_04172005.CSV"
....and so forth
The data format contained in the .csv file is the same everyday, and because
it is generated by automated script everyday, I felt that to fully automate
the entire process would save me a lot of pain down the road.
The 2 approaches that crossed my mind were:
1) Have the Access application copy the file to a local location, and
truncate the date, then link to the local file (i.e. file name would be:
'QOR_DAILY.CSV")
2) Set up VB Access code that would dynamically change the .csv link to look
for a file and date combo. The control would be to have a tbllog that would
store the file and historical dates already appended.
However, I don't know if either of these are possible with MS Access 2000?
So, are these ideas possible???? Or do I need to start looking for a
different application to complete this project?
Thanks for your suggestions.
files that are generated via script on a remote server.
The catch is that the .csv file name changes everyday according to the date.
For example, the files look like:
"QOR_DAILY_04152005.CSV"
"QOR_DAILY_04162005.CSV"
"QOR_DAILY_04172005.CSV"
....and so forth
The data format contained in the .csv file is the same everyday, and because
it is generated by automated script everyday, I felt that to fully automate
the entire process would save me a lot of pain down the road.
The 2 approaches that crossed my mind were:
1) Have the Access application copy the file to a local location, and
truncate the date, then link to the local file (i.e. file name would be:
'QOR_DAILY.CSV")
2) Set up VB Access code that would dynamically change the .csv link to look
for a file and date combo. The control would be to have a tbllog that would
store the file and historical dates already appended.
However, I don't know if either of these are possible with MS Access 2000?
So, are these ideas possible???? Or do I need to start looking for a
different application to complete this project?
Thanks for your suggestions.