How to extract ".7z" file using only UiPath official packages?

Hi There,

I have file named. “Coverage.7z”.

  1. How can I extract files inside of this 7z file ? Using only UiPath official packages?

  2. After extracting I want to compress the processed files into “.7z”.

How to achieve this two ?

Thanks in advance.

Hi @Muralikrishna_Surve

Please check the below thread.

Regards

I checked this both.

Not working for me.

Do you have sample xaml file of this ?? Please share it here.

@Muralikrishna_Surve

Use application/browser or invoke powershell activity and pass the 7zip extractor exe and the file …and it should be unzipped

Cheers

1 Like

Can you share sample .XAML file ?