separate numericstring values in ssis

  • Hi friends i have small doubt in ssis package .how to solve issue

    flat file source data contains like

    id , name

    1243abcde, ravi

    15896655djk , hari

    9dhajkvekjkddk,kali

    011galidvadidevi,lalai

    based on this source data . i want load id columns data to load only numerics data in destinationat table

    output like

    id , name

    1234 ,ravi

    15896655 ,hari

    9 ,kali

    011 ,lalai

    i have an idea useing derived columns transformatoin write expresion substring and findstring.

    but i cannot write exactely expression.plese tell me the condition expression.in ssis package

  • I think your best choice is probably a script task. This link might help.

    http://microsoft-ssis.blogspot.com/2011/04/isnumeric-or-isnumber-expression-is.html

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

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