Forum Replies Created

Viewing post 451 (of 451 total)

  • RE: data from flat file

    Evil Kraig F (4/30/2012)


    Basically, for each column, you'll do something like this as the expression (assuming it's an INT):

    LTRIM(RTRIM( Column1)) == "" ? NULL(DT_UI4) : Column1

    What Evil Kraig says is...

Viewing post 451 (of 451 total)