Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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