I have a query,
I have a zip file whose extension is .xml
This then contains another file inside it with extension as .C02
I used the directory tool to check the full path. I could see that the full path file name extension is written at .xml.zip
How do i read such files in alteryx? And convert .c02 files in .csv within alteryx without saving the files anywhere. What should the configuration of each tool we use should be?
@SachinSharma16
That would not be possible as you have a zip file and need to unzip it, so you need to have a folder where the files could be extracted and be available for Alteryx.
Alteryx can unzip it but you still need to have a target folder where to unzip the files.