Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create an SSIS ( ETL ) package with the following instructions 1 . Load customer data from a text file to a data mart 2
Create an SSIS ETL package with the following instructions
Load customer data from a text file to a data mart
Transform the customer's name to UPPER case prior to loading to the db
Bad data write to a log file
Good data load into the db
Be sure to add labels to the ETL package design
Preparation:
Create a table to store the data
FieldNameType:
customerCodenumeric NOT NULL,
customerNamenvarchar NULL,
customerUNamenvarchar NULL,
customerAmountdecimal NULL,
salesDatedatetime NULL,
ETLLoadTSdatetime
Default the "ETLLoadTS field to the current date
Save the source file Customers.txt
Create a blank text file called ErrorLog.txt
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