sanju_RPA
(Sanju Rpa)
October 4, 2019, 2:11pm
1
Hi Team,
I had a requirement that,
I need to download a zip file and it consists of outlook items and in that there will be another outlook msg in that there will be attachments and finally i need to save all them in a Folder.
I had searched this in forum, but all topics were linked to saving the attachments from Outlook.
Can anyone please help me in solving this issue @Palaniyappan
Hi Sanju,
Please try the below appraoch.
Save Attachments activity - to save the zip file.
You can use UI Automation to uncompress the zip file or custom activities availalbe under manage packages.
Use Click/UI Auto to open the files inside the unzipped folder.
Again use Save Attachments.
Thanks,
Arun
AshwinS2
(Ashwin S)
October 4, 2019, 2:23pm
3
Hi @sanju_RPA
Use this to zip and unzip the file
Hi Guys,
I have successfully uploaded Zip and UnZip in UiPath Go.This package contains the below activities .
Zip Activity
It is a popular archive format widely using in Internet. ZIP files are data containers. They store one or several files and folders in the compressed form as a single file. Password is optional. It compresses in “zip” and “rar” format.
Unzip Activity
It is the act of extracting the files from a zipped single file (with password) to a specific folder.
https://go.uipath.…
Use save attachments activity
Thanks
Ashwin S
1 Like
sanju_RPA
(Sanju Rpa)
October 4, 2019, 2:30pm
4
Hi @ArunVelaayudhanG
I’m able to extract the zip file into a specific folder but unable to save the attachments of the outlook msg item