Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Merging records in multiple rows into single record

jmedidi
8 - Asteroid

not sure if the solution already exists. Trying to merge records in different rows into single record. Something like below:

 

ExistingField1Field2Field3
 9/27/2021Text1XX-PP-AAAA
 Dummy1Text2abc@gmail.com
  Text38987833
   Hello World
    
    
    
 Field1Field2Field 3
Expected Output9/27/2021
Dummy1
Text1
Text2
Text3
XX-PP-AAAA
abc@gmail.com
8987833
Hello World
2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @jmedidi 

 

You can use summarize tool concat method for this.

 

Workflow:

atcodedog05_0-1632766836911.png

 

Hope this helps : )

jmedidi
8 - Asteroid

Thanks for the reply.

Labels
Top Solution Authors