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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tAS400Row and BIGINT

When selecting the datatypes for my tAS400Output schema I'm unable to choose BIGINT as an option. Can't change the underlying database schema as it's pre-existing. Two questions:

 

1. Any thoughts on how I can resolve this? Is it a driver issue, or a Talend thing? 

 

2. As a short term workaround I was considering a tFlowIterate and building a manual tAS400Row insert statement for each record (non-optimal, I know). Is there a better way to go about doing this?

Labels (2)
1 Reply
vapukov
Master II
Master II

Yes, Talend - do not allow You to choose BIGINT

 

all depend - how Your components work?

 

if You do not create tables - You could choose long for Talend datatype and for example numeric for database type, Talend will mark this as warning, but not check when execute.

0683p000009Lruk.png

 

 

if You need create table - You can do this as separate tAS400row component and create any structure with plain SQL.


Also, You can edit Talend DataType Mapping (menu - File - Project Settings):

0683p000009LsHf.png

 

and after You will have new type available:

0683p000009LsHk.png