Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Splitting rows using key words

haroon_sa
10 - Fireball

Hi All,

i'd problem on splitting the rows using key words of a line.

This is my input 

Jhon- A
Peter- B
Sam- A
Andy- B

 

I need like this

Jhon- A
Sam- A

 

Peter- B
Andy- B

Using keywords i need to split into two rows,which tool is perfect for this condition.If it is Possible in Alteryx.

2 REPLIES 2
bharti_dalal
10 - Fireball

Hi @haroon_sa,

I am attaching solved workflow.If you want this in two files you can save the workflow using two output tools. Hope it helpsScreenshot (130).png

haroon_sa
10 - Fireball

@bharti_dalal

Thanks a lot,Thats worked

Labels
Top Solution Authors