Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Split into multiple rows

Venamma
7 - Meteor

Hi Team,

 

I have a table mentioned below and am looking for the result as shown in the second table.

 

Can someone please help me with the solution?

Input:

KeyCodeText
K011~2~3~4~5FCW~CIW~VDW~AWS~SFT
K027~8~9WFT~ADB~SPRL

 

Result:

KeyCodeText
K011FCW
K012CIW
K013VDW
K014AWS
K015SFT
K027SFT
K028ADB
K029SPRL

 

 

Regards,

Venamma

3 REPLIES 3
binuacs
21 - Polaris

@Venamma One way of doing this with the help of batch macro

image.png

Qiu
21 - Polaris
21 - Polaris

@Venamma 
Another approach without macro.

For Code 7, its text value shall be "WFT", right?

1204-Venamma.png

CoG
14 - Magnetar

Another simple solution! It amazes me how many different ways these problems can be tackled with Alteryx:

Screenshot Simple.png

Labels
Top Solution Authors