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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is it possible to FTP file download and put database?

first, I want to download remote files (using FTP)

 

and then, put to database in column( CLOB, BLOB...etc)

 

is it possible?

 

I know anything is possible(By modifying the talend source code directly) .

 

But these functions provided formally at talend?

 

Thank you everyone

 

Labels (2)
1 Reply
vapukov
Master II
Master II

Yes it possible

use tFileInputRaw - read file context as bytes array, and in tDatabaseOutput component use BLOB (or similar)

0683p000009Lumd.png0683p000009LvHO.png