Hi all,
I have created a macro which takes the following input:
date
The date is used to find the file name: data_source_{date}.csv
This file is loaded and then uploaded to S3.
I would like to create something that would allow me to loop through dates using a start date and end date to run the macro. Each individual day has it's own csv file, which is the reason I have to create this loop.
In addition to this, it would be great to have the macro keep on running if it cannot find a file, so if it fails for one date, skip it and attempt the next date.
Would this be possible?
Thanks,
T