Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to concatenate two excel input columns into one on Talend using Tmap, but the output is splitting into multiple columns because the data in columns is separated by a comma. Please see the below example:
Expected Output | ||
Col1 | Col2 | OutputCol |
GRETCHEN, CS | ELITE FIRE SERVICE, INC. | GRETCHEN, CS ELITE FIRE SERVICE, INC. |
Generated Output | ||||
GRETCHEN, CS | ELITE FIRE SERVICE, INC. | GRETCHEN | CS ELITE FIRE SERVICE | INC |
I am using row1.Col1 + row2.Col2 in Tmap expression.
Thanks
Sumithra