SSIS datatype question

  • Trying to get my file in order would like some suggestions on the datatype file or data control task that needs to be performed

    check number column string (DT_STR) loads as this 00079611

    I would like it to go to the destination table as 79611 so a left trim of zeros would be needed to be done.

    Thanks

  • Do a datatype conversion to a numeric datatype (DT_UI4) and then back to a String (DT_STR).

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply