Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create an ETL job to load from ActiveEmployee . xlsx file, load the data into the MSSQL database table based on the following conditions -
Create an ETL job to load from ActiveEmployeexlsx file, load the data into the MSSQL database table based on the following conditions
Split the data into three different files based on the conditions
o If the salary then call it LowRange
o If the salary and salary then call it MediumRange
o If the salary then call it HighRange
Combine the first name and last name of the employee and call it EmployeeName
Calculate the age of the individual employee and call it Age column int data type
Evaluate if GenderM then Male and if GenderF then Female call it Gender.
Evaluate if Country Code"CAN then Canada if Country CodeCHN then China and so on call this as a Country.
Evaluate if Length of zipcode then add two as the beginning of the data, if Length of zipcode then add a as the beginning of the data and so on make this columns each data as Ex then IN TALEND
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started