I have a use case where I can't download the zip files. We are reading directly (using Alteryx Designer) from the zip file which has multiple files with same schema (but different data sets). I need to know how we can get the file creation dates of the files that are in the zip file.
If the zip file has 4 'csv' files, how would I get the file creation date and time so that I can figure out which is the oldest file and which is the newest. The Directory tool doesn't work as it will provide me date/time for only the zip file. I actually need the date/time for the files within the zip files.
Appreciate any ideas.