October 29, 2008 at 1:00 pm
Hi Can some one share the function to convert from STR to INT in SSIS tool
November 15, 2008 at 10:14 am
Just use I2 data type for the int column in the mapping step
November 17, 2008 at 9:22 pm
use DATA CONVERSION tool in the dataflow task
November 21, 2008 at 7:43 am
ryes data conversion transformation works most of the time. But in some cases it gives you the error message related to the potential data loss. I think the best way is to go with the derived column transformation.
Does any one know the expression to convert the string data type to int.
March 25, 2009 at 11:03 pm
hi,
You can use the DT_Numeric to convert the string to integer.
Thanks
vijayalaya cholan
March 25, 2009 at 11:06 pm
You can also use the ( DT_I2)[String Name] to convert the string to integer.
Thanks
Vijayalayan cholan.K
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply