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
- Extract the
.csv.gzfile:
- Add the
Extract/Unzipactivity to your workflow. - Set the
ArchiveFilePathproperty to the path of your.csv.gzfile. - Set the
DestinationPathproperty to the folder where you want to extract the.csvfile.
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.