How concatenate 2 columns that contains multiple data
I work with Talend 6.3. I want to concatenate 2 colomns in tmap. But in specifics rows, there are multiple data and i want match them the first with the first of the row in the other column.
Initally it's an exemple with name but i use TNormalize/TDenormalize to regroup all organisations for 1 Users. But in the cel of concat i want to have -> KEVIN-MONTA,ZOE-REY,-ALAN-ZOM ...
I don't know if i explained that correctly but tell me if someone need more informations.
I'm not sure if this would fit your needs, but I created this job based on your sample data. I assumed Excel input because you said "cell". Normalize the first name and last name separately, then add a sequence number. Join based on sequence number, concatenate, then denormalize.