How to convert INTEGER Value to STRING

  • Hi Can some one share the function to convert from STR to INT in SSIS tool

  • Just use I2 data type for the int column in the mapping step

  • use DATA CONVERSION tool in the dataflow task

  • 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.

  • hi,

    You can use the DT_Numeric to convert the string to integer.

    Thanks

    vijayalaya cholan

  • 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