5.1.8.1 Approach 1
As per Approach 1, follow these steps:
- Create a view on
STG_CUSTOMER_MASTERtable withFIRST_NAME,MIDDLE_NAMEandLAST_NAMEconcatenated and identify this column as NAME. - Configure the name column from the view in
FSI_DIM_LOADER_SETUP_DETAILS - Increase the size of
DIM_CUSTOMER_TL.NAMEcolumn. - Disable the unique index on
DIM_CUSTOMER_TL.NAMEor append Customer_code to the NAME column. - The NAME column will be populated into the
DIM_CUSTOMER_TL.NAMEcolumn.