Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I am doing my first Talend course and I am in the process of trying to understand the functionality of the components. I the course, a tFileExist component is used to activate a subjob if a given file exists. Seems straightforward to me, but I can not get it working myself.
It seems that no matter what, the tFileExist component always fires the onSubJobOK action as well as the OnComponentOK action.
To check this, I have created a new job with a simplified version of the course lesson, only containing a tFileExist compent and two tMsgBox components. I linked the tMsgBox components using OnSubjobOK and OnSubjobError, with different messages. In the tFileExist compoment I specified a non existing file. But the OK message is always displayed, if the specified file exists or not.
My goal is trying to understand this component, trying to understand why it is not working right now, and the proper way to do a file test.
I am using Talend studio 6.5.1 on a linux machine right now. If I need to clarify, please let me know.
Thanks in advance,
Ruud