Talend Data Mapper loop through a comma separated column string
Hello,
I have a comma separated string column (i.e. TEXTSTRING1, TEXTSTRING2, TEXSTRING3) that I can't normalize it at row level before a tHMap due to summing issues.
I need to use it to loop on a node collection and I would like to split that column inside the tHMap.
Is this achievable? Or do I need to split it before getting into the tHMap?