greenmtnsun

Keith Ramsey's Business Intelligence Blog

Browse by Tags

All Tags » VB.NET » Script (RSS)
HTTP Authenticatoin Download of File in SSIS to XML file
Recently I posted a script that allows you to download a CSV file to SSIS through HTTP Authentication, today, I'm posting a slightly different script that uses some XML references in order to download an XML file. You can probably use the other way that...
HTTP Authenticatoin Download of File in SSIS to CSV file
I recently needed to perform a download of a CSV file with HTTP Authentication in SSIS to a CSV file. Its possible, but I needed a script to do it. I couldn't use an HTTP connection because nothing in SSIS would consume it. Nothing, including the File...