Answered step by step
Verified Expert Solution
Link Copied!

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 ActiveEmployee.xlsx 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 <=250000 then call it LowRange
o If the salary >250000 and salary <=500000 then call it MediumRange
o If the salary >500000 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 Gender="M then Male and if Gender=F then Female, call it Gender.
Evaluate if Country Code="CAN then Canada, if Country Code=CHN then China and so on, call this as a Country.
Evaluate if Length of zipcode=4 then add two 00 as the beginning of the data, if Length of zipcode=5 then add a 0 as the beginning of the data and so on, make this columns each data as 6. Ex-(1890 then 001890) IN TALEND

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions