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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reading image file(BLOB file) and insert into netezza via talend

Hi,
Please help me, I am stuck badly. I want to store images in netezza DB via talend. How can I do that? Netezza does not supports BLOB and CLOB, but any chance of using varchar(64000) and getting through??
I tried reading the image file as string using tFileInputRaw, but receiving following error while inserting using tNetezzaOutput:
"ERROR:  Unterminated quoted string
Exception in component tNetezzaOutput_2
org.netezza.error.NzSQLException: FATAL 1:  Socket command type 
at org.netezza.internal.QueryExecutor.getNextResult(QueryExecutor.java:276)"
Labels (3)
1 Reply
Anonymous
Not applicable
Author