Hello friends, Today I am going to blog a post how to create Tables in MDM Hub Console. There are mainly three Tables needed for performing data Consolidation through Raw data to Target Data. The Tables Names are Base Object Table, Landing Table, Staging Table.
Procedure to Make Base Object Table (Target Data Table):
In the Workbench, Click on Schema ->Select Database ->Base Objects
Click Write Lock(w) ->Acquire Lock (A) Add Base Object with ADD Item
Give The Name “BO Sales” and Click On BO Sales
Click On Column Add the required Filed in the Table And Save It.
This completed with the Base Object Table.
Procedure to Make Staging Table (Temporary Table):
Let us Suppose that we need to create 3 Staging Table (depends according To the Source System)
In the Workbench, Click on Schema ->Select Database ->Base Objects ->BO Sales ->Staging Table
Click Write Lock(w) ->Acquire Lock (A) Click On Staging Table with ADD Staging Item
Add The System according to the “Source System” in System Trust.
Put the System name.
Add The System according to the “Source System” in System Trust
Similarly Add ST Sales2 and ST Sales3
Procedure To Make Landing Table(Raw Data Table)
In the Workbench, Click on Schema ->Select Database ->Landing Tables
Click Write Lock(w) ->Acquire Lock (A) Click On Landing Table with ADD Landing Item
Now you can Import Column Name By select Import Schema on Right Side Put the Login Entries In SQL DataBase Server and Select BO Sales. Through this we can select all columns
Click on Next and Select BO Sales and Finish
Select the Column and Save.
Add One More Column Name “Source System” in Landing Table
Click On save Now you have Created the Landing Table
0 Comment(s)