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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
dominik4
Contributor
Contributor

OracleInput - no auto mapping to Java Float possible?

Hi,

i have a simple Oracle tDBInput:

"select cast(123.45 as float(15)) as xx from dual"

When clicking on "Guess schema" I get an xx of Javatyp Bigdecimal and DBType Number.

Why?

I've looked into the project Meta OracleMapping XML. There I can see: FLOAT to id_Float.

So.. would Talend interpret "select cast(123.45 as float(15)) as xx from dual" as FLOAT, i would get Java float too. But Talend always interprets as NUMBER. Arrg.

How can I force him to auto-detect "select cast(123.45 as float(15)) as xx from dual" as DBType FLOAT?

Thank you

Dominik

Labels (2)
0 Replies