SSIS - Importing csv files that have varying number of columns
I had to write an import process where the csv files being imported have an unknown number of columns. Unable to find a solution that suited my needs (or skills) I engineered my own. This article contains all of the code for a pared-down version of the project.