Goal: Ingest an XLS that is provided via a URL in an email.
Background:
- We have a vendor that only sends out scheduled datasets via email… but the email doesn’t contain the actual Excel document, rather the email contains a URL that needs to be clicked on to download the file.
- This link is only available for ~30 days. (Probably not an issue, just FYI)
- The URL link looks something like: “Error during processing.…”
- The vendor has said they can not send the actual XLS document over email, only the link.
Question: What jobs are needed to automatically “open” the link and import the XLS to our Mitto box?