Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.