Problem with join 2 dataset by using joiner

I have an issue to join both dataset together, what is the problem?

Hi,

welcome to the forum.

With just a screenshot it’s impossible to help you in this case. Wiring seem’s to be okay, but there is no information on the input tables and not a full insight on the Joiner settings.

but there is 1000row, it’s very hard to share it

From the limited information on the screenshot it appears that your c_Current_Age and Update_Age columns have different data types - one seems to be float, the other integer.

Below the matching criteria should be a drop down where it probably right now says “value and type” - change this to “string representation” and see if that changes anything.

If it doesn’t: Convert one of the columns data types i.e. either float to integer or integer to float.

4 Likes

@MartinDDDD Thank you very much! I’ve solved the problem now!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.