#1 2008-06-09 17:41:34

bouncebounce
Member
Registered: 2008-06-09
Posts: 20

tWaitForFile and filename

Hi,

I'm new in TOS 2.3.3 (java language) and I have a question about he tWaitForFile component.

I'd like to catch the name of the file captured by the tWaitForFile component but I don't succeed in it.

I found how to do that with a tFileList component by doing "((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))" and this way doesn't succeed with the tWaitForFile component.

Do you know how to catch the name of the file captured by the tWaitForFile component ?

Thanks for your replies.

Offline

#2 2008-06-10 00:59:47

mhirt
Talend team
Registered: 2006-09-19
Posts: 1633

Re: tWaitForFile and filename

In 2.3.3, the variable is CREATED_FILE (or DELETED_FILE)

You should try Ctrl + Space shrtcut to access easily to components variables in others components

HTH,

Offline

#3 2008-06-10 11:15:12

bouncebounce
Member
Registered: 2008-06-09
Posts: 20

Re: tWaitForFile and filename

OK, thanks for your answer

Offline

Board footer

Powered by FluxBB