String value is not appearing from Excel in DFT
hi,
i have values in excel below,
-id-----name-----subid-----subname
10-----abc----------1----------hyd
------------------------2---------chn
-----------------------3----------blr
aaa---xyz-----------1----------us
-----------------------2----------uk
trying insert values in table.
value 'aaa' not getting inserted in table.
column id when appears in excel source data type 'double precision float'
table column id data type varchar(50).
have included data conversion component convert column dt_str still value 'aaa' not getting inserted instead null getting updated.
can't have numbers strings in excel source load table? please let me know !
!
--------------------------- radhai krish | golden age no more far | --------------------------
take @ this:
http://www.mssqltips.com/sqlservertip/2770/importing-data-from-excel-using-ssis--part-1/
http://stackoverflow.com/questions/5138073/ssis-2008-excel-source-problems-loading-alphanumberic-columns
http://social.msdn.microsoft.com/forums/br/sqlintegrationservices/thread/66a2d552-7574-4a12-975f-54431d962968
regards,eshwar.
please use marked answer if post solved problem , use vote helpful if post useful.
SQL Server > SQL Server Integration Services
Comments
Post a Comment