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
binu_acs
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