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: 
Anonymous
Not applicable

Split input to multiple row

Hi,

 

Please could you help me split string into multiple row with space.

 

example below.

 

input

 

ID              description

a123         abc def  ghi

b123         abc def ghi jkl

 

output

 

ID           Description

a123        abc

a123        def

a123        ghi

b123        abc

b123        def

b123        gfh

b123        ijk

 

Regards

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Take a look at the tNormalize component. That will solve this problem for you. Here are instructions: https://help.talend.com/reader/g8zdjVE7fWNUh3u4ztO6Dw/PCoAqHiZrLEYPgz5Byu7XQ

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Take a look at the tNormalize component. That will solve this problem for you. Here are instructions: https://help.talend.com/reader/g8zdjVE7fWNUh3u4ztO6Dw/PCoAqHiZrLEYPgz5Byu7XQ