I was testing the directory tool to access the last modified date of a csv file contained in a zip file. I found the last modified date of the zip file, not the date/time of the csv file in the zip file. I am looking for the date and time for the files within the zip files. I attached a screenshot of a .csv file that contains the modified date that I am looking for.
I am new to Alteryx designer, so I am open to suggestions.
Hi @T_Alter
Unfortunately, I don't think Alteryx can do that. I played around with a few example files and got the same result as you did.
Here is the help documentation on zipped file support in Alteryx
hey @T_Alter
If you're comfortable with Python, this route might be worth taking:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Get-File-creation-date-from-files-with...
Cheers,
TheOC
I haven't used Python in a while, but I will see what this is about.