HI ,
here is a requirement. Need to update the columns in the tables with the latest values available in CSV.
The file is based on department so the list of tables which is under this department all the corresponding tables needs to updated.
the CSV file which is dynamic in nature the number of columns changes it has header of the columns that needs to be updated
the destination tables are listed under department table for each department.
so i have to update the columns in the tables with the values in csv.
kindly suggest an approach using ssis preferably