I have two column SalesID (Long 10 digit) and ItemID(Varchar 6) Now I want to concatenate these two column to make a 16 digit.
For example- SalesID = 1234567899
ItemID = 32X9
Desired concatenated value should be:- 12345678990032X9
How can I achieve about output through tMap in talend?
Using Java syntax, you can easily concatenate your input data in the Tmap component: