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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to read files when publishing job to talend cloud

Hi, i have been working with talend on my pc locally and i have jobs that use the getS3 component that gets a file from s3 and stores it on my pc and then i read that file and store it on aurora db. This was my first time publishing a job to the cloud and when i did i got an error saying that it cannot find the file that the s3get componetn saved because it was saved on a path on my computer.

 

My question is how can i read files or work with files when i publish my job to the cloud? How do i save the files in the cloud?

 

What do i put on the file box so that it could work when the job is running on the cloud?

0683p000009Lv1n.png 

 

Thanks! 0683p000009MACn.png 

Labels (2)
2 Replies
nivedhitha
Creator III
Creator III

Hi @gonzalogtz,

 

Were you able to get over this issue?

If you did, can you please share the solution? I'm into a similar situation. Im using tdropboxget and it downloads a file to my local machine and when published to cloud ,that path is unknown. 

 

 

Regards,

Nivedhitha Kailasamurthy

Anonymous
Not applicable
Author

Hi,

You can

1. Upload the file as a resource into the Cloud

2. In the Job, define a context variables:  resource_file_abcabc  ( attention: resource_file_ is key word)

3. Use this variable resource_file_abcabc in the component

4. When creating the task in TMC, assign the parameter resource_file_abcabc to the resource uploaded

OK!