Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Retrieve modification date of a file

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

Labels (3)
10 Replies
TRF
Champion II
Champion II

Yes, thank you