I have a large excel file with different data such as text, date, currency etc. I found data conversions and derived columns not very helpful as i need to do lot of conversions and add new output fields. As i'm good at C# it is very easy to do the required transformations using the script component. So what i want to achieve is
Excel file -> Script Componenet -> SQL Table
I know how to add output columns to the script component, But i can not find a way to hook excel to the script component. How do i link Excel source and read all the excel data in the script component, with out opening and reading the excel file within the script component.
please advise. many thanks John