Hello all.
I am not able to unzip the file.
Error: Unzip: Could not find file ‘C:\Users\Dinesh\Documents\UiPath\SAP_ECC_DataDownload\OutputZip\RC2AnalysisDataID820220321.zip’.
But the same path works if I re enter the path and use ( run from this activity).
Gokul001
(Gokul Balaji)
March 21, 2022, 12:12pm
2
Hi @happyfeat87
Check the Destination path is created or not in the appropriate location.
Andalso the check the file name of the zip and it path also
Regards
Gokul
Hi @happyfeat87
Check your input file is present at the same location which you are mentioning in the activity.
Regards,
Sanjit Pal
Gokul001
(Gokul Balaji)
March 21, 2022, 12:18pm
5
Hi @happyfeat87
Have a look on the thread
I’m opening your workflow and I get this warning 'ZipFile' does not have a public static method named 'ExtractToDirectory' matching the parameter types, generic type arguments, and generic type constraints supplied to InvokeMethod.
Basically you’re trying to call ZipFile.ExtracttoDirectory() instead of ZipFile.ExtractToDirectory(zipFile, extractPath)
After setting the parameters (zipPath, extractPath) for the ExtractToDirectory method it will work.
Aren’t you getting the same?
[image]
Have a look on the video
Watch Min - 1.26
Regards
Gokul
Hi @happyfeat87
Kindly watch this video
You will be able to unzip it using @balupad14 Activities
Thanks
Thank you for the response.
It is resolved now. I just applied a delay of 30sec.
Great @happyfeat87
kindly close the topic and mark as solution so that others will be able to refer that video
system
(system)
Closed
April 11, 2022, 8:31am
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.