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

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

tfilefetch cache to ts3Put

Hi,

 

I need help to solve my job. Currently I'm running a job which download files and save it into cache using tFileFetch. This files then need to be uploaded to S3 bucket using tS3Put. The problem I'm having is tS3Put does not support ((java.io.InputStream)globalMap.get("tFileFetch_1_INPUT_STREAM")). 

File downloaded through tfileFetch cannot be store in local directory and must use the save to cache option.

 

Currently using Talend 6.5.1.

 

Thanks

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

    tS3Put currently do not support the file transfer by air.

 

    You will have to keep the file copy in local before invoking tS3Put. 

 

Warm Regards,

 

Nikhil Thampi

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hmm..No one on talend community is able to help me out on this?

Anonymous
Not applicable
Author

Hi,

 

    tS3Put currently do not support the file transfer by air.

 

    You will have to keep the file copy in local before invoking tS3Put. 

 

Warm Regards,

 

Nikhil Thampi

Anonymous
Not applicable
Author

Thank You.
CRI
Contributor
Contributor

Is this still not available? Thank you!