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