I am a frequent SSIS user but not a frequent Script task user.
I am trying to download a bunch of excel files from SharePoint Online(https://company.sharepoint.com/xyz/file1.xlsx), I have a set of office 365 credentials that are to be used for access.
My plan is to download the xlsx files to a local location and then load the data to my SQL server db.
However I was not able to find a script task script that would help me go about this specific task(special emphasis on office 365 credentials).
Any help would be appreciated