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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] talend close FILE when closes file when the process ends?

Hello,

I want to know that talend close and save FILE when the process ends? Such as "fclose()" in C++?
O I have to add a component for it?
I ask it because I'm processing the files and suddenly the output file has been removed. I think that maybe the file is always open and the systema think that is a error file and remove it.

Thanks.

Labels (2)
2 Replies
TRF
Champion II
Champion II

Hi,
No component to close file.
Show us your job and give more details.
Regards,
TRF
Anonymous
Not applicable
Author

It has been fixed by "close()" code. I added a piece of java code to close the files used and now there is no file missed.