I have two CSV files extracted from an operationnal database. One CSV is listing ProductsID that have been sold and the product category Name in a foreign language The second CSV has two columns, one with the full list of product category Name available in this foreign language and the second column gives the Name translated in English. How can I manage with SSIS to create a derived column in the fisrt CSV and have the corresponding Product Cat Name English?
Thanks