Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks,
I have a job that creates a tFileDelimited .csv file, and then emails it as an attachment to me using tSendEmail.
When the job is run on my laptop, everything is fine, and I get a .csv file with lots of records.
When I publish the job to Talend Integration Cloud, the tFileDelimited that gets emailed to me has no records.
Here is how I'm doing the preliminary steps:
Before the process begins I have a tJava component with the following code: new java.io.File(context.directorypath).mkdirs();
For the job, the context.directorypath is: "c:/talend/tmp"
Everything seems to be working fine from a laptop with creating that directory and filling it with files and manipulating those files.
Why is going on when I'm putting the job in the Talend Integration Cloud?
Hello,
Would you mind posting your job design screenshots on forum which will be helpful for us to address your issue?
Best regards
Sabrina