Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rstici
Contributor
Contributor

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?

Labels (4)
1 Reply
Anonymous
Not applicable

Hello,

If you would like to parse data with comma separated data, the solution can be achieved by using tExtractDelimitedFields component.

Could you please tell us a bit more about your expected result?

Best regards

Sabrina