Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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
Creator III
Creator III

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"))