Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Describe how the data received from one system must be transformed to be input into the second system. List each of your steps in the
Describe how the data received from one system must be transformed to be input into the second system. List each of your steps in the order of what you would do to make changes. The two examples below show the data coming from one system and the data prepared to be loaded in the second system.
Data coming from first system Flat file, Header Row: ID, FName, LName, Address, CreditLimit Flat File Data Rows: 101,Bobby, Jones,"356 SE. Morris Rd." "Marshfield, WI 54449","$10,000" 102,Sally, Fernandez," 529 Penn Ave." "Derry, NH 03038","$4,000.13" Data ready to be loaded in second system Flat file, Header Row: ID,Name, StreetAddress, City, State, Zip, CreditLimit Flat File Data Rows: 101,Bobby Jones,356 SE. Morris Rd., Marshfield, WI,54449,10000 102,Sally Fernandez,529 Penn Ave., Derry, NH,03038,4000.13 K
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