Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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"))