Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to retrieve modification date of a file inside an archived file.
So first I put a tFileUnarchive component
Then I've tried to get the using native variable but I' ve not found the correct variable name :
((String)globalMap.get("tFileUnarchive_1_CURRENT_FILEDATE"))
((String)globalMap.get("tFileUnarchive_1_CURRENT_FILETIME"))
Both don't work.
I've also tried a tFileProperties component to retrieve the mtime column (and also the mtime_string column)
But I dont' know how to put these values in a tMap component in order to write it in tFileOutputDelimited component (the goal is to create a csv file in output with the inside archive file modification time in it)
Any idea ?
Thx