Hi,
As mentioned in the title, I am preparing a file that will incorpoarete new data each week from a source, so basically it is a data dump from a survey platform, which will update with new info (stacked on top of each other) each week (or any other interval).
What I am trying to achieve is to monitor what has changed week-over-week between the new dataset and th old dataset (previous week's saved file).
I bascially want to move the previous week's main dataset into an archive folder before this week's main dataset is saved in another folder.
I have tried the run command but for some reason is it just not working out.
I want to use the previous week's file in a new workflow to compare against this week's new main dataset and see what has changed.
TIA