Need to import from CSV, txt, xls, and xlsx in a single package
we have given txt different format, have csv , excel files. while importing getting error
error @ data flow task [excel source [1]]: ssis error code dts_e_oledberror. ole db error has occurred. error code: 0x80040e37.
error @ data flow task [excel source [1]]: opening rowset for
since package expecting excel file along csv. how can handle this.
sandheep s kulkarni
you have use 3 different source connection for each type of file. 1 excel connection .xls , 2 flat file connections .csv and.txt respectively. ssis cannot use single connection 3 different types of file unless use script component (pretty complicated!!)
http://btsbee.wordpress.com/
SQL Server > SQL Server Integration Services
Comments
Post a Comment