Hi Team,
I'm using 2 sets of input files and perfuming a join. Now I'm performing a join on a column(EmpId) and before I join, I change the data type to V_string using a select tool. Now for one set of input everything works fine. Problem is when I receive another set of input for the same files the datatype changes to double and throws an join error at the join tool saying "string fields can only be joined to string fields.
My query is why is the datatype changing to double when I'm selecting V_string as datatype in the select tool.
Appreciate any help. Thanks in advance.