Hi
I need to use SSIS to cycle through a bunch of .gif images in a folder and import each one into a single row in a table, which contains fields such as filename and size, but more crucially, the binary from the file.
I will use a foreach loop to cycle through the files, and probably a script transformation to assign variables to certain outputs but what I am having difficulty with is dealing with the .gif file itself and handling the binary within the data flow. I'm not sure:
- what connection manager to use and how to configure it
- what data source to use
From googling this I think I need to also use a column transformation at some point to handle the binary but it's not obvious how I use or configure it.
If anyone has any experience with this, some pointers would be much appreciated.
Glenn