Great thanks Milan, My next question is lets assume i have loaded all
the data ( employeeId, Name, Jobdesc, address etc., ) through insert or
update and if next time if i load the data with same process and same
workflow ( i have a reconciliation key i.e., primary key as employee id
) so next time if i load next file and the file have the same employeeid
which i loaded earlier but the address is changed now. So this workflow
will do just update the address OR it will create a new duplicate row
w...