andrewhh82
MIS
Hi,
I'm new to SSIS (using 2008). I put together what i thought was the correct way to import data from a tab delimited flat file, do some manipulation to it, and then insert it into SQL Server. Worked great. Then i had a slightly different flat file. It had all the same columns but a few additional ones scattered through out. The columns i needed were all named the same as the original file. I was hoping that SSIS would only grab the columns i specified in the first file. I copied this new file over the old flat file. And it broke everything. The data types changed, new columns were added and nothing was mapped correctly.
Can anyone tell me the correct approach for this. I will need to import from several different flat files. They all have the subset of columns i need to import, with the correct column names. Then they will all also have some erroneous columns scattered throughout. I simply want to ignore these in the import process. Any help on the best way to accomplish this would be greatly appreciated!
-Andrew
I'm new to SSIS (using 2008). I put together what i thought was the correct way to import data from a tab delimited flat file, do some manipulation to it, and then insert it into SQL Server. Worked great. Then i had a slightly different flat file. It had all the same columns but a few additional ones scattered through out. The columns i needed were all named the same as the original file. I was hoping that SSIS would only grab the columns i specified in the first file. I copied this new file over the old flat file. And it broke everything. The data types changed, new columns were added and nothing was mapped correctly.
Can anyone tell me the correct approach for this. I will need to import from several different flat files. They all have the subset of columns i need to import, with the correct column names. Then they will all also have some erroneous columns scattered throughout. I simply want to ignore these in the import process. Any help on the best way to accomplish this would be greatly appreciated!
-Andrew