Highlight a few differences between ‘oncomponentok’ and ‘onsubjobok’.
Answer / Harendra Kumar Yadav
'oncomponentok' is an event triggered when a particular component finishes its processing. It is specific to the component and can be used to perform operations after a component completes, such as logging or triggering another component. 'onsubjobok', on the other hand, is a global event triggered when the entire subjob finishes its execution, regardless of whether all components within it have completed successfully or not. This event can be used for job cleanup, error handling at the subjob level, or other operations that need to be executed once the subjob has finished.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how errors in talend are handled?
How can we execute shell script from talend job?
List some of the components used to connect MQ websphere?
What is workspace?
Is binary transfer mode possible in sftp?
Explain Null handling in Talend?
How does one deploy talend projects?
What’s a “insert or update” and “update or insert”, how do we find the difference?
What is the difference between tmap and tjoin?
What is the use of the tLoqateAddressRow component in Talend?
How to run talend jobs on remote server?
Describe the etl process?