Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Duplication of rows based on combination of strings

atk
Meteoroide

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 RESPUESTAS 3
Luke_C
Cástor

Hi @atk 

 

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

Luke_C_0-1666283205630.png

 

 

DataNath
Cástor

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

 

DataNath_0-1666283316191.png

atk
Meteoroide

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

Etiquetas