Dynamic Data Import
i've made great headway on import package , close end. trying following:
1. automatically ftp down csv files.
2. loop through directory , latest csv file (filename has date in it)
3. data conversion , insert - flat file source ole db destination
in development able work, when explicitly set flat file source. when set expression connection string, "external metadata column collection out of synch" error. there way preserve column mappings when using dynamic flat file connection?
thanks.
1. automatically ftp down csv files.
2. loop through directory , latest csv file (filename has date in it)
3. data conversion , insert - flat file source ole db destination
in development able work, when explicitly set flat file source. when set expression connection string, "external metadata column collection out of synch" error. there way preserve column mappings when using dynamic flat file connection?
thanks.
yes columns same. figured out workaround - mapped data conversion template csv file. when i'm import, rename current file template file. seems work.
SQL Server > SQL Server Integration Services
Comments
Post a Comment