Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I am try to execute a tJoin component in Talend data integration. I am laways having an error message : tyoe mismtach: cannot convert from integer to float. I haven't made any change to the data type prior to perform the tJoin neither trying to convert integer values to float values ...
Any user friendly solution to reolve this issue? I am not a programmer
Thanks!
Philippe
@Moe , could you please share the component schema's screen shoots? Since you will get this error in tJoin when you are joining integer filed with floating field.
so you nee to check for the data types which your joining fields.
first try convert floating filed to integer and then join it with integer field.