Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Practice Exercise

Learning Path 1: Exercise 2: General

rarieg06
7 - Meteor
Spoiler
Solution
R1SH1T_RaJ
5 - Atom

step1-  first we will combine both the starts using union tool.

step2- secondly we use the unique tool to remove duplicate records.

step3 - then use Join to combine 2 inputs based on common fields between the 2 tables.

step4-  Use Text To Columns to take the text in one column and split the string value into separate, multiple columns (or rows), based on a single or multiple delimiters.

step5 -  Use Select to include, exclude, and reorder the columns of data that pass through the  workflow.

B151402
5 - Atom

Here is the solution for Practice Exercise 2....

adrianlg99
5 - Atom

     

riteek0007
5 - Atom

1) use union tool and combine both starts 

2) further implement unique tool

3)using join tool combine user details and initial states.

4)lastly add text to columns tool and select tool to user details and run

suzobrie
5 - Atom

exercice deux

Vamsi_5739
5 - Atom

Practice Workflow

Gibin
5 - Atom

easy

 

rajkunwar_23
5 - Atom

practice 2

Anil_4321
5 - Atom

I have cleared Exercise 2. Please give any modifications I have to do