Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
NNayal1600240775
Contributor III
Contributor III

How to pass array as input parameter to tDBSP component?.

My Talend flow looks like:

0695b00000husGvAAI.pngtFixedFlowInput:

0695b00000husH0AAI.png

tDBSP:

0695b00000husH5AAI.pngIn the schema of TDBSP - I have set the datatype of IN_LIST as "Object" . As when I set the datatype as "List" I was getting compile errors.

Also in tDBSP Parameter I have tried both ways setting up the Custom Type as "Array" or "STRUCT".

In both the cases I am getting Invalid column type.

Exception in component tDBSP_1

My IN_LIST is an array that looks like:

[123456789, 123, CAU123, 30000123, 30000123, DO, 12, , MONTH]

0 Replies