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: 
BA621858188
Creator
Creator

Uploading files to EC2 server via Talend

Hi All,

I wanted to upload files from Talend to an EC2 server.

 

Can anyone let me know what components and properties I need to configure the connection between Talend and the EC2 server?

Thanks

Labels (2)
15 Replies
BA621858188
Creator
Creator
Author

Okay @Aiming Chen​  will do and let you know. I have one quick question If I have 2022-11-20 date in string data type and want to retrieve month 11 from it what function should I use as its of string type?

 

Thanks in advance

Anonymous
Not applicable

@Vrushabh Malbari​  you can try the function like datestr.substring(5,7)

BA621858188
Creator
Creator
Author

@Aiming Chen​ ,

 

If ftp services are not there on EC2 then what component should I use? SCP?

 

Please help.

Anonymous
Not applicable

@Vrushabh Malbari​ , you can use tSCPPut component to do so, please refer to

https://help.talend.com/r/en-US/7.3/scp/tscpfileexists-tscpput-tscpclose-tjava-configuring-tscpput-component-standard-component

BA621858188
Creator
Creator
Author

Thank you @Aiming Chen​  checking on this and will update you.

BA621858188
Creator
Creator
Author

@Aiming Chen​ ,

 

Thank you. I need your help on one thing. Could you please tell me the component names that we can use to put the file on the server? I know we have SSH, SCP, and FTP. Is there any component we can use to put the file on an EC2 server?