views:

51

answers:

0

I have both input as well as output collection for OLE DB Destination. However, the input and output columns are mapped in the OLE DB destination task and the column names do not match. Further, when you look at the "mappings" window of the task, there are certain columns in the input side, which are set to ignore.

If i had to write the code for mapping 'this' to 'that', I would have done with PipelineComponent.MapInputColumn method. But, I could not figure out any logic that cud actually tell me the names of the mapped columns.

Any help appreciated