Start Free Trial

Practice Exercise

Learning Path 1: Exercise 2: General

yamini_k
5 - Atom

Assignment 2 solution

ycai
7 - Meteor
Spoiler
ycai_0-1761749888307.png

 

ferncl2025
5 - Atom

I did it!

nh97
5 - Atom

👍

avijay11
5 - Atom

Practice Exercise 2

Shwetapansari
5 - Atom

Solution 

JavierTR
6 - Meteoroid

Solution practice 2

brian_skinnell
5 - Atom

Done.

vaishnika
5 - Atom

This workflow combines two customer transaction files (Start 2.1.yxdb and Start 2.2.yxdb) and merges them with a user information file (User Details.txt). The process begins by importing all three datasets. The two transaction files are united using the Union tool to create a single consolidated dataset. A Unique tool is then applied to remove duplicate users based on the UserID field. Next, a Join tool merges this cleaned transaction data with the user details, which are pipe-delimited (|). Finally, a Select tool refines the field order and names, and the Output Data tool exports the cleansed and combined data as Final State - Exercise 2.yxdb.

Ayush_K_Menon
5 - Atom

Submitted