Setting Values to NULL inside Script Transform Task

  • I am working on a script transform task and there are situations where I want to set the output row to be NULL....I can't seem to find a way to do this, does anyone have any ideas?

    Thanks!

    Michael

  • You cannot set a row to be null, you can set all of the field values in the row to null. Each field has a Value property and a Is_Null property. Set the Is_Null property to True and you will have a null field.

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

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