PowerCenter
- PowerCenter 10.5.6
- All Products
<?xml version='1.0'?> <!DOCTYPE PARAMETERS SYSTEM "parameters.dtd"> <PARAMETERS REPOSITORY_NAME="HR"> <MAPPING NAME="M_EmployeeID" FOLDER_NAME="CRM" DESCRIPTION="M_EmployeeID"> <PARAM NAME="$end$" VALUE="EMPLOYEE_ID" /> <PARAM NAME="$start$" VALUE="EMPLOYEE_NUMBER" /> <PARAM NAME="$Source$" VALUE="s_Employees" /> </MAPPING> <MAPPING NAME="M_EmployeeName" FOLDER_NAME="CRM" DESCRIPTION="M_EmployeeName"> <PARAM NAME="$end$" VALUE="FIRST_NAME" /> <PARAM NAME="$start$" VALUE="EMPL_FIRST_NAME" /> <PARAM NAME="$Source$" VALUE="s_Employees" /> </MAPPING> </PARAMETERS>