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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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