Hi Guys,
I have a few zipped files, all of them are csv files. I intend to unzip all of them and then name them according as their zipped file names.
for example, Today.zip is one of my zipped files, I need to first unzip it then name it as Today.csv
Anyone know how to achieve that?
Regards,
Victor
sarathi125
(Parthasarathi)
December 9, 2019, 10:32am
3
@Victor_Victory ,
Check this xaml, it has the functionality which you are expecting.
UnzipFilesAndMove.xaml (7.2
KB)
1 Like
Thank you. This solution works fine. But I could not find a way to name my unzipped csv files as their zipped files’ name.
For example, I can now unzipped them into individual csv file but they are all named as their firstline & lastline record, which is not somthing I want them to be named. I wanted them to be named with the same name as before unzipping them.
Any thoughts on this?
balupad14
(Balamurugan)
December 9, 2019, 3:10pm
5
Thank you @KarthikByggari .
The latest is here.
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.…
Regards
Balamurugan.S
5 Likes
sarathi125
(Parthasarathi)
December 9, 2019, 3:11pm
6
@Victor_Victory ,
That’s why i am using move file activity. You can rename file with that.
And do you want all the files with the same name, is it possible to have something like that?
Thank you. Your suggestion is right for the case. I can just customize a bit on your file to fit into my case.
1 Like
system
(system)
Closed
December 14, 2019, 1:38am
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.