So I am going from an Excel file to OLE DB Destination. MY Excel file has a ID_Number and Resolved_Date. I need to look for a matching ID_Number in the destination and if there is a matching number (which there will be) change the NULL in Resolved_Date to the date from the excel file.
Excel File is like this
ID_Number Resolved_Date
432323 03.01.13
So how can I match find the ID_Number and then from there fill in the Resolved_Date?