JeffGrant
Well-known Member
- Joined
- Apr 7, 2021
- Messages
- 558
- Office Version
- 365
- Platform
- Windows
Hi All,
Because there are 4 times zones across Australia, I need to download data from an API every 10 minutes. This frequent download ensures that I have the most current data in my model.
The downloaded data is 12 columns wide and can easily be up to 200 rows deep.
At the moment, I simply append the latest data download to the previous downloads to create a master data set and all is good.
However, this very simplistic approach can easily be 10,000 rows+ once we start getting into late afternoon.
There are many examples of how to compare ranges looking for similarities and differences.
However, none of the examples I can find seem to suit my situation.
What I would like to do is compare the two ranges and then either ignore the current download if the data is the same or append to the master file if the data download is different....
I am look for some suggestions from your good selves on how best to handle this situation because my model is quite large and this type of comparison will chew up valuable time.
Because of the tight time frames attached to my model, using PQ is not really an option here, however, using an array would be.
Thanks for your help.
Because there are 4 times zones across Australia, I need to download data from an API every 10 minutes. This frequent download ensures that I have the most current data in my model.
The downloaded data is 12 columns wide and can easily be up to 200 rows deep.
At the moment, I simply append the latest data download to the previous downloads to create a master data set and all is good.
However, this very simplistic approach can easily be 10,000 rows+ once we start getting into late afternoon.
There are many examples of how to compare ranges looking for similarities and differences.
However, none of the examples I can find seem to suit my situation.
What I would like to do is compare the two ranges and then either ignore the current download if the data is the same or append to the master file if the data download is different....
I am look for some suggestions from your good selves on how best to handle this situation because my model is quite large and this type of comparison will chew up valuable time.
Because of the tight time frames attached to my model, using PQ is not really an option here, however, using an array would be.
Thanks for your help.