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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
anut
Contributor
Contributor

write an empty file after ETL finishes

Hi,

 

My question is ,

  If a ETL job finishes successfully, I want to write a empty text file to a location. This file will be used by downstream jobs to run.

  I used toutpufiledelimited at the end of a job, but it doesn't let me connect "On Subjob Ok". I want to write the file only if the job before it completed successfully.

Can anyone help me with the best approach to do it.

 

Thanks,

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

You should use tFileTouch in such a case. This component is here for empty files creation.

View solution in original post

3 Replies
cterenzi
Specialist
Specialist

Output components can't start a subjob.

 

This article might be helpful:

https://help.talend.com/reader/caIHaZhq~ebe_biKd~hB9A/UXJi_oHJ9jWexQ0zNJwoEQ

TRF
Champion II
Champion II

You should use tFileTouch in such a case. This component is here for empty files creation.
anut
Contributor
Contributor
Author

Thank You all !