Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a simple load job ,which loads a input csv file into a output txt file.
I am exploring Talend Cloud,so I published this job into the cloud.
The task ran successfully in the cloud,but where do I locate the output file.
I am using a free trial version of talend cloud.
For security issues, it is not recommended to generate the file on the server. You can't view the file from the server, you can use a tSendMail to send the file via email and delete the file in the end of job.
What is the runtime engine type you select to run the task? Talend Cloud or remote engine? If you want to read/write a local file, you need to install a remote engine on local machine and select this remote engine as runtime engine type.
Regards
Shong
I am running it on talend cloud
@Shicong Hong Is it getting stored anywhere,when I run it in talend cloud
It is stored on a server where talend cloud engine is installed.
@Shicong Hong Can i view the file or retrive it for viewing from the server?
For security issues, it is not recommended to generate the file on the server. You can't view the file from the server, you can use a tSendMail to send the file via email and delete the file in the end of job.