Hi All,
I would like to loop through this URL string replacing the year parameter to return a unioned set of multiple years
https://climate.weather.gc.ca/climate_data/bulk_data_e.html?format=csv&stationID=51459&Year=2020&Month=1&Day=14&timeframe=2&submit= Download+Data
The above URL returns a CSV file for 2020, the format paramteter can also be set to XML.
I am able to use this URL to return 2020 data. I tried using a batch macro to build out the URL string in a formula task, but not sure how to use the output macro iterator in the input data task.
Thanks
Danny