Hey! New Challenge is here!
I am a bit late, since I was veery busy these weeks, however, here is new challenge for you. New challenge that actually comes from a real-world use-case. In that scenario, robot receives input files for further processing via email that contains link (hyperlink) to that file (or files). Robot is only lookin for Excel (.xlsx) files. So let’s try to create this part.
Robot should do this:
- Read the email
- From this source files: 29_EmailLinkExtraction_SourceFiles.zip either use .msg file and send it to your mailbox (and then use Get Outlook Messages or similar activity)
(OR - in case this somehow cannot work for you - use .html file and read it as text file. In that case: Extract the hyperlinks without opening the html file (act as reading HTML of the Body of the email))
- From this source files: 29_EmailLinkExtraction_SourceFiles.zip either use .msg file and send it to your mailbox (and then use Get Outlook Messages or similar activity)
- search for hyperlinks in the Body of the email (use Regex or any way you will find suitable)
- identify only those links that lead to .xlsx file (there are few other links in that message too)
- download Excel file(s) from the link(s) and save in project folder.
In case you have any additional questions, feel free to ask.
How to participate
- Send me your code in PM
First three correct, original solvers earn 3 robopoints, next get 1 robopoint.
There is a leaderboard with your score. Those on top positions will be badged by a special challenger badge
Deadline is 21.10. by the end of the day so you have 2 weeks to solve the challenge. You can still submit your projects after the deadline but you cannot earn robopoints. A new challenge is published every week or 2 weeks so don’t worry if you did not catch this one. Keep in mind, your submitted files may be published after the deadline so others can learn from solutions.