I’m prototyping an ETL process and would like to grab the date & time of unzipped files using the “File Meta Info” node, however, the “Unzip Files” node changes the original timestamp. Are there ways to workaround this behavior? If not, I would love to have a checkbox to keep or not the original timestamp within the “Unzip Files” node options dialog.
There is no workaround for Unzip Files node. However you could use External Tool (Labs) node to do this with command/script which will preserve original timestamp. Check also provided example on same link.
Additionally I have opened up a ticket to implement this option. (Internal reference: AP-15436)
@caiocco I checked the R unzip command and it offers the possibility to keep the original date and time stamp. You could check out this example here (you would have to download the whole workflow group).