Hello everyone,
I have a tricky task for a Google Sheet. I would like to create a master sheet which contains two columns a=a URL b=a date.
I use a web scraper that creates a CSV file with URLS that are published on a specific website at the time of the weekly (e.g. Mondays) scraping.
This means that the weekly CSV can differ as follows: 1. the entries can be 1:1 the same (if nothing has changed in the 7 days). 2. entries that were still present in the previous week may be missing. 3. there may be new entries that were not present in the previous week.
The master should now be filled via the Zap as follows:
For case 1: Do nothing (all URLs are already in the master)
For case 2: For the URLs that are no longer in the new list, set the date of the respective week in column B
For case 3: Add the new row to the master
I would create a loop for the individual URLs and use Loopup Spreadsheet row to recognise whether the URL is already in the master or not. I can then use Path to add the URL or not trigger an action if the URL already exists.
But how would I be able to edit the master if there were URLs in the master that are no longer in the new file? Can a path be ‘under’ another pathand how should it be configured?