Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is SQL Server's money data type supported?

I've a SQL Server data base that uses money data type, when I configure a tMSSql_Output the schema came with "MONEY" in the DB Type but when I link a tMap to this output the schema becames "Object", is I try to change tMap's schema to BigDecimal TOS says that schemas are different and give an error.
If I let it as Object (tMap) and execute the job I get this error: Data truncation - Line: 0
Is money data type supported? Is there any configuration that I could do to solve this?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello
is I try to change tMap's schema to BigDecimal TOS says that schemas are different and give an error.

Delete the link first, define the schema of tMap and set data type as BigDecimal, then link it to tMSSql_Output again.
Best regards

shong
Anonymous
Not applicable
Author

Hello,
Thank you Shong. It help me.
But i like to understand why each talend component has its schema ? and how can i assure that all my schema are synchronized ?
Thank you !!