Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Split each field in a table to separate tables

rgusaas
8 - Asteroid

I need to split each field in a large table into separate tables. I know how to do it using the Select tool but wondered if there was another method that would save me the time of mapping 330 fields. I will only want the distinct values for each field also.

 

Any ideas would be greatly appreciated.

1 REPLY 1
MarqueeCrew
20 - Arcturus
20 - Arcturus

Using a TRANSPOSE tool followed by a Summarize, you'll get the sets of field names and values that are unique.  I then use the field name to help construct the table name and create equal tables all having 1 column of "Value" containing the unique set of domain values for the given field name.

 

Capture.png

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors