Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Duplication of rows based on combination of strings

atk
6 - Meteoroid

Hi Team,

This community has been really useful for me in learning Alteryx. I'm now facing a new challenge for which I would need your help. I have two columns (Column A and column B) with each column containing multiple words. I'm trying to duplicate the records for every unique combination of each word in column A and B. I've attached an example of the raw data and what I want my output to look like as well.

 

Any help will be appreciated. :)

Kind regards,

Aishwarya

3 REPLIES 3
Luke_C
17 - Castor

Hi @atk 

 

You can do this by splitting to rows and then appending the data

Luke_C_0-1666283205630.png

 

 

DataNath
17 - Castor

@atk a couple of Text-to-columns, splitting to rows on the '\s' (space) delimiter should get you these:

 

DataNath_0-1666283316191.png

atk
6 - Meteoroid

Amazing!! Works for me, thanks both! :)

Labels