I need to use a single SSIS package to input flat files from a variety of countries and some of these locations will use UTF-8 and others will use ANSI 1252. This will be an automated process that grabs the files from a repository and imports the data.
Unfortunately, I do not know in advance where the file will come from or what the code page of the file will be. How do I set up an SSIS package to handle this situation and be able to dynamically switch the code page of the source connection?