Hi.
I have an existing vb script code, which I am trying to migrate to SSIS package containing the script task.
The VB script gets data from a folder , checks if the file type is of Excel, reads through each excel and saves that into the table in SQL database.
How to achieve the same in script task of SSIS ?
Thanks