ssis - Fetch image from non direct HTML link -
we have couple ssis jobs nicely fetch images , various expected graphics on websites. can't figure out how fetch image following site (sample).
http://tess2.uspto.gov/imageagent/imageagentproxy?getimage=77666637
any thoughts on ssis techniques? i'm hoping don't have screenscrape or that...
you can use script task fetch image. following article gives sample code can adjust save image file instead of text file.
here link : http://www.sqlis.com/sqlis/post/downloading-a-file-over-http-the-ssis-way.aspx
Comments
Post a Comment