Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileDelete, If this component has output, there must be an input link

If this component has output, there must be an input link to propagate the data
Today is my first day with Talend Open Studio, I'm trying to put together a job that will delete a file from a directory tFileDelete, then get the file from an ftp server tFTPGet, and process it.
The problem is with the first component, tFileDelete, it has the following error.
If this component has output, there must be an input link to propagate the data
Not sure what data is supposed to propagate, as I am deleting a file, please advice.
Thanks,
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,
Main row are used to propagate datas between components.
You need to use the Trigger -> OnSubJObOK (previously named ThenRun) link between the tFileDelete and the tFTPGet components.
Regards,