Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Yes it possibleuse tFileInputRaw - read file context as bytes array, and in tDatabaseOutput component use BLOB (or similar)