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

Recover the name of an Excel file on talend

 

Good morning,

 

Please, how to recover the name of an Excel file on Talend

Labels (2)
1 Reply
TRF
Champion II
Champion II

If you have a list of files, you can iterate over this list with tFileList component.

Then for each file, you will get the name using associated global variables ((String)globalMap.get("tFileList_1_CURRENT_FILE")) or ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))