Answered step by step
Verified Expert Solution
Link Copied!

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
1. Load customer data from a text file to a data mart
2. Transform the customer's name to UPPER case prior to loading to the db.
3. Bad data - write to a log file
4. Good data - load into the db
Be sure to add labels to the ETL package design
Preparation:
1. Create a table to store the data
FieldName/Type:
[customerCode][numeric](18,0) NOT NULL,
[customerName][nvarchar](50) NULL,
[customerUName][nvarchar](50) NULL,
[customerAmount][decimal](18,4) NULL,
[salesDate][datetime] NULL,
[ETL_Load_TS][datetime]
**Default the "ETL_Load_TS" field to the current date
2. Save the source file - Customers.txt
3. Create a blank text file called ErrorLog.txt

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

Recommended Textbook for

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions

Question

What are the common types of Sukuk and explain some details.

Answered: 1 week ago