Hi Experts,
I am getting input file with customer id and phone number. I have to update the employee table with only phone number, without updating all the columns.
Employee table contains Employee ID, customer ID, Employee details, Employee Phone number. So I have to get the max employee ID for the customer ID and update the phone number of the employee without updating other columns.
Source: Input file contains ConsumerID, Phone number
Target: DB contains EmployeeID, consumer ID, Employee name, Employee address, Employee Phone
Can you please shed light how we can do this in data services.
Thanks for your help,