We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Data manipulation - address parsing from rows into columns

dataviolet
7 - Meteor

I have data that looks like:

Field1

Name1

Address1

CityStateZip1

Name2

Address2

CityStateZip2

....

 

I'd like to reformat this into

Field1   Field2       Field3

Name1  Address1 CityStateZip1

.....

 

What's the easiest way to do this? I would think some kind of cross-tab would be required, but first I'd need to tag the fields into 3 groupings? Not sure how to do that in alteryx.

3 REPLIES 3
Luke_C
17 - Castor
17 - Castor

Hi @dataviolet 

 

Try the make columns tool:

Luke_C_0-1642542324737.png

 

 

dataviolet
7 - Meteor

Omg amazing. Thank you so much, learned a new tool today.

Luke_C
17 - Castor
17 - Castor

Happy to help!

Labels
Top Solution Authors