I have an Excel Source and an OLE database destination. For the column mappings I need to first perform some data manipulations on the columns.
How do I get a substring from one of the source columns to be mapped to one of the destination columns?
How can I use a lookup table on one of my columns to get the value associated with the lookup table and then map that value to one of my destination columns?
I would like to use C# scripts as much as needed.
Thanks!!