Converting .csv.gz file to .csv

Could anyone possibly share an example of a xaml file where you can convert csv.gz to .csv file? i’m using 2023.4.7

  1. Extract the .csv.gz file:
  • Add the Extract/Unzip activity to your workflow.
  • Set the ArchiveFilePath property to the path of your .csv.gz file.
  • Set the DestinationPath property to the folder where you want to extract the .csv file.
    Tryout these steps might help you

thanks. that worked. i didn’t know you could use that activity for this type of file.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.