Hello:
I need to insert values into a database but when I try to do it and the JOB start running, Talend show this error:
Disallowed implicit conversion from data type nvarchar to data type money. Use the CONVERT function to run this query.
I would appreciate your help
There are several null records but they?re validated in TMAP (please watch the image that I loaded with the TMAP?s information ). I don?t know how to apply the function CONVERT FUNCTION TO RUN THIS QUERY.
Why are all your output schema columns defined as Objects? Set them to the appropriate type equivalent to your database schema e.g. Float and you should not have a problem.